Skip to content

Commit

Permalink
LukeIS: updating maven dependencies in prep for push to central
Browse files Browse the repository at this point in the history
r16044
  • Loading branch information
lukeis committed Feb 28, 2012
1 parent 83e9922 commit 0edfd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.4</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<version>135</version>
<version>146</version>
</dependency>
<dependency>
<groupId>mx4j</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-repacked</artifactId>
<version>7.6.1.1</version>
<version>7.6.1</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
Expand Down

0 comments on commit 0edfd71

Please sign in to comment.