Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
update to latest CXF, Spring Boot and Swagger UI version
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Sep 28, 2018
1 parent 5b0d576 commit ca2c0eb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions java/java-cxf-spring-boot-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<name>swagger-cxf-spring-boot-minimal-sample-app</name>
<version>2.0.0</version>
<properties>
<cxf.version>3.2.4</cxf.version>
<spring-boot.version>2.0.2.RELEASE</spring-boot.version>
<cxf.version>3.2.6</cxf.version>
<spring-boot.version>2.0.5.RELEASE</spring-boot.version>
</properties>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down Expand Up @@ -41,16 +41,16 @@
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
<version>3.17.0</version>
<version>3.19.0</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down

0 comments on commit ca2c0eb

Please sign in to comment.