Skip to content

Commit

Permalink
Changed swagger-jaxrs dependencies to use io.swagger groupid and v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sudohippie committed Jun 9, 2015
1 parent d8e6848 commit aab8d8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
</dependency>

<dependency>
<groupId>com.wordnik</groupId>
<groupId>io.swagger</groupId>
<artifactId>swagger-jaxrs</artifactId>
<version>1.5.1-M2</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down Expand Up @@ -123,9 +123,9 @@
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.wordnik</groupId>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey-jaxrs</artifactId>
<version>1.5.1-M2</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down

0 comments on commit aab8d8c

Please sign in to comment.