Skip to content

Commit

Permalink
[JENKINS-14746] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Mar 22, 2013
1 parent 6e7b3f7 commit 9ea21da
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pom.xml
Expand Up @@ -238,19 +238,27 @@
<dependency>
<groupId>net.praqma</groupId>
<artifactId>praqmajutils</artifactId>
<version>0.1.23</version>
<version>0.1.29</version>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>praqmajutils</artifactId>
<version>0.1.29</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.7</version>
<version>0.6.11</version>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.7</version>
<version>0.6.11</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 9ea21da

Please sign in to comment.