Skip to content

Commit

Permalink
fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jun 19, 2017
1 parent 2e4203f commit de4cda4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions modules/swagger-jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>${jersey2-version}</version>
<exclusions>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -109,6 +115,11 @@
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.21.0-GA</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.6</version>
<version>${jackson-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,11 @@
<felix-version>2.3.7</felix-version>
<servlet-api-version>2.5</servlet-api-version>
<jersey-version>1.13</jersey-version>
<jersey2-version>2.1</jersey2-version>
<jackson-version>2.8.6</jackson-version>
<jersey2-version>2.25.1</jersey2-version>
<jackson-version>2.8.9</jackson-version>
<jackson-annotations-version>2.8.0</jackson-annotations-version>
<logback-version>1.0.1</logback-version>
<reflections-version>0.9.10</reflections-version>
<reflections-version>0.9.11</reflections-version>
<guava-version>20.0</guava-version>

<testng-version>6.9.10</testng-version>
Expand Down

0 comments on commit de4cda4

Please sign in to comment.