Skip to content

Commit

Permalink
Update pom.xml (#74)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update pom.xml
  • Loading branch information
gkwan-ibm authored Jan 8, 2019
1 parent 253531a commit 02dfdc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.1.11</version>
<version>3.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
<version>3.1.11</version>
<version>3.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.1.11</version>
<version>3.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
<version>3.1.11</version>
<version>3.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -234,4 +234,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 02dfdc6

Please sign in to comment.