Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nilasini committed Sep 8, 2021
1 parent 5b63996 commit d7f108f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<artifactId>asm</artifactId>
</dependency>
</dependencies>

Expand Down Expand Up @@ -124,7 +124,7 @@
<bundleDef>net.sf.ehcache.wso2:ehcache</bundleDef>
<bundleDef>net.minidev:json-smart</bundleDef>
<bundleDef>net.minidev:accessors-smart:${net.minidev.accessors-smart.version}</bundleDef>
<bundleDef>org.ow2.asm:asm-all:${org.ow2.asm.asm.version}</bundleDef>
<bundleDef>org.ow2.asm:asm:${org.ow2.asm.version}</bundleDef>
</bundles>
<importBundles>
<importBundleDef>com.google.step2.wso2:step2</importBundleDef>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>${org.ow2.asm.asm.version}</version>
<artifactId>asm</artifactId>
<version>${org.ow2.asm.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -350,16 +350,16 @@
<joda.wso2.version>2.9.4.wso2v1</joda.wso2.version>
<joda.wso2.osgi.version.range>[2.8.2,3.0.0)</joda.wso2.osgi.version.range>

<openid4java.wso2.version>1.0.0.wso2v4</openid4java.wso2.version>
<openid4java.wso2.version>1.0.0.wso2v5</openid4java.wso2.version>
<openid4java.wso2.osgi.version.range>[1.0.0,2.0.0)</openid4java.wso2.osgi.version.range>

<ehcache.version>1.5.0.wso2v3</ehcache.version>
<jdom.wso2.version>1.0.0.wso2v1</jdom.wso2.version>
<json-smart.version>2.3</json-smart.version>
<json-smart.version>2.4.7</json-smart.version>
<tomcat-servlet-api.version>7.0.81.wso2v1</tomcat-servlet-api.version>
<net.minidev.json.imp.pkg.version.range>[2.3.0, 3.0.0)</net.minidev.json.imp.pkg.version.range>
<net.minidev.accessors-smart.version>1.2</net.minidev.accessors-smart.version>
<org.ow2.asm.asm.version>5.2</org.ow2.asm.asm.version>
<net.minidev.accessors-smart.version>2.4.7</net.minidev.accessors-smart.version>
<org.ow2.asm.version>9.2</org.ow2.asm.version>

<!--Maven Plugin Version-->
<carbon.p2.plugin.version>1.5.3</carbon.p2.plugin.version>
Expand Down

0 comments on commit d7f108f

Please sign in to comment.