Skip to content

Commit

Permalink
refs swagger-api#3261 - fixes maven plugin example jersey version
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma authored and John French committed Jul 25, 2018
1 parent e11ca38 commit 7be6d4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/swagger-codegen-maven-plugin/examples/java-client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
</dependencies>

<properties>
<swagger-annotations-version>1.5.8</swagger-annotations-version>
<jersey-version>2.22.2</jersey-version>
<jackson-version>2.8.9</jackson-version>
<swagger-annotations-version>1.5.20</swagger-annotations-version>
<jersey-version>2.25.1</jersey-version>
<jackson-version>2.9.5</jackson-version>
<jodatime-version>2.7</jodatime-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.8.1</junit-version>
Expand Down

0 comments on commit 7be6d4a

Please sign in to comment.