Skip to content

Commit

Permalink
more deprecated method removal
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 8, 2017
1 parent c6a991d commit 4489bb5
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 824 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Expand Up @@ -5,12 +5,14 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.0</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<!--
<version>3.0.0-SNAPSHOT</version>
-->
<name>jackson-databind</name>
<packaging>bundle</packaging>
<description>General data-binding functionality for Jackson: works on core streaming API</description>
Expand Down Expand Up @@ -48,10 +50,7 @@
usage seems to benefit from actually specifying version here in case
it is dependent on transitively
-->
<!--
<version>${jackson.version.annotations}</version>
-->
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 4489bb5

Please sign in to comment.