Skip to content

Commit

Permalink
Upgraded to apache cxf 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed May 4, 2017
1 parent 196e6de commit f908139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BimServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
<version>3.1.9</version>
<version>3.1.11</version>
</dependency>
<dependency>
<groupId>org.apache.oltu.oauth2</groupId>
Expand Down
4 changes: 2 additions & 2 deletions BimServerClientLib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</dependency>
<dependency>
<groupId>org.opensourcebim</groupId>
Expand Down

0 comments on commit f908139

Please sign in to comment.