Skip to content

Commit

Permalink
Bump vault version.
Browse files Browse the repository at this point in the history
Comment out unused dependencies (found from 'mvn dependency:analyze')
  • Loading branch information
Fortifier42 committed Mar 6, 2016
1 parent e374f5b commit 924cfa0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pom.xml
Expand Up @@ -71,24 +71,24 @@
<version>${json.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>junit</groupId>-->
<!--<artifactId>junit</artifactId>-->
<!--<version>4.10</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>1.5.4</version>
<version>1.5.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>org.jmock</groupId>-->
<!--<artifactId>jmock-junit4</artifactId>-->
<!--<version>2.5.1</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<dependency>
<groupId>org.abstractmeta</groupId>
<artifactId>compilation-toolbox</artifactId>
Expand All @@ -102,11 +102,11 @@
<version>0.0.4.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>org.json</artifactId>
<version>chargebee-1.0</version>
</dependency>
<!--<dependency>-->
<!--<groupId>org.json</groupId>-->
<!--<artifactId>org.json</artifactId>-->
<!--<version>chargebee-1.0</version>-->
<!--</dependency>-->
</dependencies>

<ciManagement>
Expand Down

0 comments on commit 924cfa0

Please sign in to comment.