Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgibbs committed Dec 29, 2018
1 parent 2a31b9e commit 3f50a47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@

<groupId>com.github.sjgibbs</groupId>
<artifactId>huluma-jackson-model</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jackson-model</name>

<properties>
<jackson.version>2.1.4</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>[2.8.11.1,)</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 3f50a47

Please sign in to comment.