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 Nov 6, 2018
1 parent 5b0d576 commit db5d7ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.7</cxf.version>
<spring-boot.version>2.1.0.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.4</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
<properties>
<joda-version>1.2</joda-version>
<joda-time-version>2.2</joda-time-version>
<swagger-version>2.0.1</swagger-version>
<swagger-version>2.0.5</swagger-version>
<scala-version>2.10.4</scala-version>
<felix-version>2.3.4</felix-version>
<servlet-api-version>3.1.0</servlet-api-version>
Expand Down

0 comments on commit db5d7ab

Please sign in to comment.