Skip to content

Commit

Permalink
jackson/joda-time version bump. moving towards new api
Browse files Browse the repository at this point in the history
  • Loading branch information
KetothXupack committed Feb 9, 2015
1 parent be735b3 commit 1664594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
<easymock.version>3.2</easymock.version>
<guava.version>16.0.1</guava.version>
<hamcrest-core.version>1.3</hamcrest-core.version>
<jackson.version>2.3.2</jackson.version>
<jackson.version>2.4.4</jackson.version>
<javax-inject.version>1</javax-inject.version>
<jaxb-xjc.version>2.2.7</jaxb-xjc.version>
<jaxb2-basics.version>0.6.5.1</jaxb2-basics.version>
<jaxb2-testing.version>0.8.3</jaxb2-testing.version>
<joda-time.version>2.3</joda-time.version>
<joda-time.version>2.5</joda-time.version>
<jongo.version>1.0</jongo.version>
<logback.version>1.1.1</logback.version>
<mongo.version>2.11.4</mongo.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private static final class ComplexKeyDeserializer extends StdKeyDeserializer {
static final ComplexKeyDeserializer S_OBJECT = new ComplexKeyDeserializer(Object.class);

private ComplexKeyDeserializer(final Class<?> nominalType) {
super(nominalType);
super(-1, nominalType);
}

@Override
Expand Down

0 comments on commit 1664594

Please sign in to comment.