Skip to content

Commit

Permalink
Upgrade to Jerkson 1.8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Jul 27, 2011
1 parent c6e08fd commit beef5d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,15 @@
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>com.codahale</groupId>
Expand Down
7 changes: 6 additions & 1 deletion pom_2.8.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,15 @@
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>com.codahale</groupId>
Expand Down

0 comments on commit beef5d0

Please sign in to comment.