Skip to content

Commit

Permalink
Version are now specified in hawkular-parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Mar 26, 2015
1 parent 1ad953b commit 6d19512
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions api/metrics-api-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,12 @@
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-core_2.10</artifactId>
<version>${swagger.version}</version>
<scope>provided</scope>
</dependency>

<!-- test -->
Expand Down Expand Up @@ -177,7 +176,6 @@
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>2.3.3</version>
<configuration>
<apiSources>
<apiSource>
Expand Down
3 changes: 1 addition & 2 deletions core/metrics-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,13 @@
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-core_2.10</artifactId>
<version>${swagger.version}</version>
<scope>provided</scope>
</dependency>

<!-- test -->
Expand Down
3 changes: 1 addition & 2 deletions core/metrics-core-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-core_2.10</artifactId>
<version>${swagger.version}</version>
<scope>provided</scope>
</dependency>

<!-- test -->
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<trove4j.version>3.0.3</trove4j.version>
<google.guava.version>16.0.1</google.guava.version>
<antlr.version>4.5</antlr.version>
<swagger.version>1.3.12</swagger.version>

<version.wildfly>8.2.0.Final</version.wildfly>
<findbugs.version>3.0.0</findbugs.version>
Expand Down

0 comments on commit 6d19512

Please sign in to comment.