Skip to content

Commit

Permalink
Fix custom-jdbc-user-store-manager issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Apr 24, 2024
1 parent 30257f8 commit 3336bd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
<securevault.wso2.version>1.1.3</securevault.wso2.version>
<commons.httpclient.version>3.1</commons.httpclient.version>
<identity.user.ws.version>5.4.0</identity.user.ws.version>
<carbon.identity.framework.version>5.18.0</carbon.identity.framework.version>
<carbon.identity.framework.version>7.0.110</carbon.identity.framework.version>
<commons.pool.wso2.version>1.5.6.wso2v1</commons.pool.wso2.version>
<identity.workflow.impl.bps.version>5.4.1</identity.workflow.impl.bps.version>
<identity.user.ws.version>5.4.0</identity.user.ws.version>
Expand Down Expand Up @@ -915,7 +915,7 @@
<commons.logging.version.range>[1.2.0,2.0.0)</commons.logging.version.range>
<commons.model.version.range>[5.18,6.0)</commons.model.version.range>
<commons-lang.wso2.version>2.6.0.wso2v1</commons-lang.wso2.version>
<carbon.identity.framework.version.range>[5.14.67, 6.0.0]</carbon.identity.framework.version.range>
<carbon.identity.framework.version.range>[5.14.67, 8.0.0]</carbon.identity.framework.version.range>
<nimbusds.osgi.version.range>[2.26.0,8.0.0)</nimbusds.osgi.version.range>
<json-smart.version.range>[1.3.0,3.0.0)</json-smart.version.range>
<oauth2.outbound.version.range>[1.0.5, 2.0.0)</oauth2.outbound.version.range>
Expand Down
12 changes: 6 additions & 6 deletions user-mgt/custom-jdbc-user-store-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>wso2is-identity-samples-usermgt</artifactId>
<artifactId>samples-is</artifactId>
<version>4.6.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.custom.user.store</artifactId>
<artifactId>custom-jdbc-user-store-manager</artifactId>
<packaging>bundle</packaging>
<name>Custom JDBC User-store Manager</name>
<description>Custom JDBC User-store Manager</description>
Expand Down Expand Up @@ -120,7 +120,7 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Private-Package>
org.wso2.custom.user.store.internal.*,
org.wso2.custom.user.store.internal,
org.jasypt.*
</Private-Package>
<Export-Package>
Expand Down Expand Up @@ -149,10 +149,10 @@
<properties>
<!-- Custom component versions -->
<wso2.custom.components.exp.pkg.version>${project.version}</wso2.custom.components.exp.pkg.version>
<wso2.custom.componets.imp.pkg.version.range>[1.0.0, 2.0.0)</wso2.custom.componets.imp.pkg.version.range>
<wso2.custom.componets.imp.pkg.version.range>[4.6.0, 5.0.0)</wso2.custom.componets.imp.pkg.version.range>

<!--Carbon Kernel Version-->
<carbon.kernel.version>4.6.2</carbon.kernel.version>
<carbon.kernel.version>4.10.13</carbon.kernel.version>
<carbon.kernel.package.import.version.range>[4.6.0, 5.0.0)</carbon.kernel.package.import.version.range>
<carbon.user.api.imp.pkg.version.range>[1.0.1, 2.0.0)</carbon.user.api.imp.pkg.version.range>

Expand Down

0 comments on commit 3336bd3

Please sign in to comment.