Skip to content

Commit

Permalink
change axis2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekVinushanth committed Feb 15, 2024
1 parent 4a23e7b commit e123162
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions components/org.wso2.carbon.identity.sso.saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.google.code.gson</groupId>-->
<!-- <artifactId>gson</artifactId>-->
<!-- </dependency>-->

<!-- for Java 17 Compatibility -->
<dependency>
Expand Down Expand Up @@ -438,7 +438,6 @@
org.wso2.carbon.identity.event; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.event.event; version="${carbon.identity.package.import.version.range}",
org.wso2.carbon.identity.event.handler; version="${carbon.identity.package.import.version.range}",
com.google.gson.*;version="${com.google.code.gson.osgi.version.range}",
</Import-Package>
<Export-Package>
!org.wso2.carbon.identity.sso.saml.internal,
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@
<scope>test</scope>
<version>${carbon.identity.organization.management.core.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${com.google.code.gson.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.google.code.gson</groupId>-->
<!-- <artifactId>gson</artifactId>-->
<!-- <version>${com.google.code.gson.version}</version>-->
<!-- </dependency>-->
</dependencies>

</dependencyManagement>
Expand Down Expand Up @@ -481,8 +481,8 @@
<axis2.wso2.version>1.6.1-wso2v40</axis2.wso2.version>
<joda.wso2.version>2.9.4.wso2v1</joda.wso2.version>
<com.fasterxml.jackson.version>2.13.2</com.fasterxml.jackson.version>
<com.google.code.gson.version>2.9.0</com.google.code.gson.version>
<com.google.code.gson.osgi.version.range>[2.3.1,3.0.0)</com.google.code.gson.osgi.version.range>
<!-- <com.google.code.gson.version>2.9.0</com.google.code.gson.version>-->
<!-- <com.google.code.gson.osgi.version.range>[2.3.1,3.0.0)</com.google.code.gson.osgi.version.range>-->

<maven.bundle.plugin.version>3.2.0</maven.bundle.plugin.version>
<maven.compiler.plugin.version>2.3.1</maven.compiler.plugin.version>
Expand Down

0 comments on commit e123162

Please sign in to comment.