Skip to content

Commit

Permalink
Merge pull request #13401 from tharikaGitHub/component-upgrade
Browse files Browse the repository at this point in the history
Enable local auth api feature
  • Loading branch information
tharikaGitHub committed Mar 5, 2024
2 parents e510e2f + 1fbee09 commit 1b5b352
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 21 deletions.
20 changes: 10 additions & 10 deletions modules/distribution/product/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,16 +712,16 @@
<include>client-registration#v0.17.war</include>
</includes>
</fileSet>
<!-- <fileSet>-->
<!-- <directory>-->
<!-- ../../p2-profile/product/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps-->
<!-- </directory>-->
<!-- <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps-->
<!-- </outputDirectory>-->
<!-- <includes>-->
<!-- <include>api#identity#auth#v1.1.war</include>-->
<!-- </includes>-->
<!-- </fileSet>-->
<fileSet>
<directory>
../../p2-profile/product/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps
</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
</outputDirectory>
<includes>
<include>api#identity#auth#v1.1.war</include>
</includes>
</fileSet>


<!-- Copy sample calculator api webapp-->
Expand Down
2 changes: 1 addition & 1 deletion modules/features/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<module>org.wso2.am.styles.feature</module>
<module>org.wso2.am.multitenancy.dashboard.ui.feature</module>
<module>org.wso2.am.security.feature</module>
<!--<module>org.wso2.carbon.identity.local.auth.api.endpoint.feature</module>-->
<module>org.wso2.carbon.identity.local.auth.api.endpoint.feature</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<class name="org.wso2.am.integration.tests.other.APICategoriesTestCase"/>
<class name="org.wso2.am.integration.tests.other.SharedScopeTestCase"/>
<class name="org.wso2.am.integration.tests.analytics.APIMAnalyticsTest"/>
<class name="org.wso2.am.integration.tests.analytics.ELKAnalyticsWithRespondMediatorTestCase"/>
<!--<class name="org.wso2.am.integration.tests.analytics.ELKAnalyticsWithRespondMediatorTestCase"/>-->
</classes>
</test>

Expand Down
19 changes: 11 additions & 8 deletions modules/p2-profile/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@
<featureArtifactDef>
org.wso2.am:org.wso2.am.security.feature:${apimserver.version}
</featureArtifactDef>
<!-- <featureArtifactDef>-->
<!-- org.wso2.am:org.wso2.carbon.identity.local.auth.api.endpoint.feature:${apimserver.version}-->
<!-- </featureArtifactDef>-->
<featureArtifactDef>
org.wso2.am:org.wso2.carbon.identity.local.auth.api.endpoint.feature:${apimserver.version}
</featureArtifactDef>

<featureArtifactDef>
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.cache.invalidation.feature:${carbon.apimgt.version}
Expand Down Expand Up @@ -1040,10 +1040,10 @@
<id>org.wso2.carbon.identity.data.publisher.application.authentication.server.feature.group</id>
<version>${carbon.identity-data-publisher-application-authentication.version}</version>
</feature>
<!-- <feature>-->
<!-- <id>org.wso2.carbon.identity.local.auth.api.endpoint.feature.group</id>-->
<!-- <version>${apimserver.version}</version>-->
<!-- </feature>-->
<feature>
<id>org.wso2.carbon.identity.local.auth.api.endpoint.feature.group</id>
<version>${apimserver.version}</version>
</feature>

<feature>
<id>org.wso2.carbon.registry.core.feature.group</id>
Expand Down Expand Up @@ -1720,7 +1720,10 @@
<id>org.wso2.carbon.identity.data.publisher.application.authentication.server.feature.group</id>
<version>${carbon.identity-data-publisher-application-authentication.version}</version>
</feature>

<feature>
<id>org.wso2.carbon.identity.local.auth.api.endpoint.feature.group</id>
<version>${apimserver.version}</version>
</feature>

<feature>
<id>org.wso2.carbon.registry.core.feature.group</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@
<carbon.identity-data-publisher-oauth.version>1.6.10</carbon.identity-data-publisher-oauth.version>
<carbon.identity-user-ws.version>5.7.5</carbon.identity-user-ws.version>
<carbon.identity-inbound-auth-openid.version>5.9.8</carbon.identity-inbound-auth-openid.version>
<org.wso2.carbon.identity.local.auth.api.version>2.5.6</org.wso2.carbon.identity.local.auth.api.version>
<org.wso2.carbon.identity.local.auth.api.version>2.5.13</org.wso2.carbon.identity.local.auth.api.version>
<carbon.identity-local-auth-basicauth.version>6.7.32</carbon.identity-local-auth-basicauth.version>
<carbon.identity-outbound-auth-samlsso.version>5.8.11</carbon.identity-outbound-auth-samlsso.version>
<carbon.identity-metadata-saml2.version>1.7.70</carbon.identity-metadata-saml2.version>
Expand Down

0 comments on commit 1b5b352

Please sign in to comment.