Skip to content

Commit

Permalink
Add gson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekVinushanth committed Feb 1, 2024
1 parent 5419aff commit a04446c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/org.wso2.carbon.identity.sso.saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +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>

<!-- for Java 17 Compatibility -->
<dependency>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@
<artifactId>org.wso2.carbon.identity.sp.metadata.saml2</artifactId>
<version>${identity.metadata.saml2.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${com.google.code.gson.version}</version>
</dependency>
<!--test setup-->
<dependency>
<groupId>org.testng</groupId>
Expand Down Expand Up @@ -476,6 +481,7 @@
<axis2.wso2.version>1.6.1-wso2v38</axis2.wso2.version>
<joda.wso2.version>2.9.4.wso2v1</joda.wso2.version>
<com.fasterxml.jackson.version>2.15.2</com.fasterxml.jackson.version>
<com.google.code.gson.version>2.9.0</com.google.code.gson.version>

<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 a04446c

Please sign in to comment.