Skip to content

Commit

Permalink
updated pom for newer lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zznate committed Feb 7, 2011
1 parent 1480a00 commit f98c6db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>me.prettyprint</groupId>
<artifactId>hector-core</artifactId>
<version>0.7.0-25</version>
<version>0.7.0-26-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -117,17 +117,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.8</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<version>1.2.16</version>
</dependency>
<dependency>
<groupId>jline</groupId>
Expand Down

0 comments on commit f98c6db

Please sign in to comment.