Skip to content

Commit

Permalink
[BEAM-2013] Upgrade to Jackson 2.8.8
Browse files Browse the repository at this point in the history
This closes apache#2589
  • Loading branch information
lukecwik committed Apr 19, 2017
2 parents 7515c26 + 0650d66 commit d54ace4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<grpc.version>1.2.0</grpc.version>
<grpc-google-common-protos.version>0.1.0</grpc-google-common-protos.version>
<hamcrest.version>1.3</hamcrest.version>
<jackson.version>2.7.2</jackson.version>
<jackson.version>2.8.8</jackson.version>
<findbugs.version>3.0.1</findbugs.version>
<joda.version>2.4</joda.version>
<junit.version>4.12</junit.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,6 @@ public Resolver() {
TypeFactory.defaultInstance());
}

@Deprecated
@Override
public JavaType typeFromId(String id) {
return typeFromId(null, id);
}

@Override
public JavaType typeFromId(DatabindContext context, String id) {
Class<?> clazz = getClassForId(id);
Expand Down

0 comments on commit d54ace4

Please sign in to comment.