Skip to content

Commit

Permalink
Merge pull request #256 from jsanda/remove-unused-deps
Browse files Browse the repository at this point in the history
remove unused dependencies
  • Loading branch information
tsegismont committed Jun 15, 2015
2 parents 7c262d6 + fbf1ca4 commit 89a8a5b
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions core/metrics-core-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,39 +94,18 @@
<artifactId>metrics-core</artifactId>
</dependency>

<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>${trove4j.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.4.1</version>
</dependency>
<dependency>

<groupId>com.github.stephenc.eaio-uuid</groupId>
<artifactId>uuid</artifactId>
<version>3.4.0</version>
</dependency>

<!-- documentation -->

<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-core_2.10</artifactId>
<scope>provided</scope>
</dependency>

<!-- test -->

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 89a8a5b

Please sign in to comment.