Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekVinushanth committed Dec 18, 2023
2 parents 221c4b4 + abdd120 commit 4c7561b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 95 deletions.
60 changes: 0 additions & 60 deletions modules/callhome/pom.xml

This file was deleted.

6 changes: 0 additions & 6 deletions modules/distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,6 @@
<outputDirectory>${pom.artifactId}-${pom.version}/repository/components/dropins</outputDirectory>
</fileSet>

<!--copy the callhome jar -->
<fileSet>
<directory>../callhome/target/callhomeCopied/jar</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/components/dropins</outputDirectory>
</fileSet>

<!--copy the social authenticator jars Facebook,Google,Windows-Live,Yahoo.-->
<fileSet>
<directory>../social-authenticators/target/socialauthenticatorCopied/jar</directory>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
"cookie",
"sso-session",
"device-flow",
"certificate",
"client-request"
"certificate"
],
"defaultValue": "None"
},
Expand Down
33 changes: 7 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<modules>
<module>modules/features</module>
<module>modules/p2-profile-gen</module>
<module>modules/callhome</module>
<module>modules/connectors</module>
<module>modules/api-resources</module>
<module>modules/authenticators</module>
Expand Down Expand Up @@ -1125,11 +1124,6 @@
<artifactId>org.wso2.carbon.identity.template.mgt.ui</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.template.mgt.endpoint</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>org.wso2.carbon.identity.sso.saml.stub</artifactId>
Expand Down Expand Up @@ -1603,11 +1597,6 @@
<artifactId>org.wso2.carbon.identity.conditional.auth.functions.notification</artifactId>
<version>${conditional.authentication.functions.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.conditional.auth.functions</groupId>
<artifactId>org.wso2.carbon.identity.conditional.auth.functions.cookie</artifactId>
<version>${conditional.authentication.functions.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.conditional.auth.functions</groupId>
<artifactId>org.wso2.carbon.identity.conditional.auth.functions.analytics</artifactId>
Expand Down Expand Up @@ -1909,11 +1898,6 @@
<artifactId>org.wso2.carbon.identity.unique.claim.mgt.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.userstore.configuration.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.api.resource.mgt.server.feature</artifactId>
Expand Down Expand Up @@ -2258,7 +2242,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>5.25.617</carbon.identity.framework.version>
<carbon.identity.framework.version>5.25.624</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 6.0.0]</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand Down Expand Up @@ -2307,9 +2291,6 @@
<!--<identity.userstore.cassandra.version>5.1.1</identity.userstore.cassandra.version>-->
<!--<identity.agent-entitlement-filter.version>5.1.1</identity.agent-entitlement-filter.version>-->

<!-- CallHome version -->
<callhome.version>4.5.x_1.0.14</callhome.version>

<!-- Authenticator Versions -->
<identity.outbound.auth.oidc.version>5.11.30</identity.outbound.auth.oidc.version>
<identity.outbound.auth.oauth2.version>1.0.11</identity.outbound.auth.oauth2.version>
Expand Down Expand Up @@ -2360,8 +2341,8 @@
<identity.extension.utils>1.0.14</identity.extension.utils>
<authenticator.auth.otp.commons.version>1.0.2</authenticator.auth.otp.commons.version>

<identity.org.mgt.version>1.3.137</identity.org.mgt.version>
<identity.org.mgt.core.version>1.0.94</identity.org.mgt.core.version>
<identity.org.mgt.version>1.3.138</identity.org.mgt.version>
<identity.org.mgt.core.version>1.0.95</identity.org.mgt.core.version>
<identity.organization.login.version>1.1.24</identity.organization.login.version>
<identity.oauth2.grant.organizationswitch.version>1.1.20</identity.oauth2.grant.organizationswitch.version>

Expand All @@ -2381,12 +2362,12 @@
<identity.app.authz.xacml.version>2.3.1</identity.app.authz.xacml.version>
<identity.oauth.addons.version>2.4.36</identity.oauth.addons.version>
<org.wso2.carbon.extension.identity.x509certificate.version>1.1.3</org.wso2.carbon.extension.identity.x509certificate.version>
<conditional.authentication.functions.version>1.2.38</conditional.authentication.functions.version>
<conditional.authentication.functions.version>1.2.40</conditional.authentication.functions.version>

<!-- Identity Portal Versions -->
<identity.apps.console.version>2.10.26</identity.apps.console.version>
<identity.apps.myaccount.version>2.2.64</identity.apps.myaccount.version>
<identity.apps.core.version>2.0.98</identity.apps.core.version>
<identity.apps.console.version>2.10.31</identity.apps.console.version>
<identity.apps.myaccount.version>2.2.65</identity.apps.myaccount.version>
<identity.apps.core.version>2.0.101</identity.apps.core.version>
<identity.apps.tests.version>1.6.373</identity.apps.tests.version>

<!-- Charon -->
Expand Down

0 comments on commit 4c7561b

Please sign in to comment.