Skip to content

Commit

Permalink
Update version in pom.xml for jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
vedenin1980 committed Mar 28, 2019
1 parent 75ec8bd commit e2375f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
9 changes: 2 additions & 7 deletions helloworlds/3.8-json/jackson/pom.xml
Expand Up @@ -8,21 +8,16 @@
<groupId>com.github.vedenin</groupId>
<version>0.01</version>

<properties>
<!-- Use the latest version whenever possible. -->
<jackson.version>2.9.8</jackson.version>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>2.9.8</version>
</dependency>
</dependencies>
</project>
9 changes: 2 additions & 7 deletions helloworlds/3.8-json/json_schema_validator/pom.xml
Expand Up @@ -8,21 +8,16 @@
<groupId>com.github.vedenin</groupId>
<version>0.01</version>

<properties>
<!-- Use the latest version whenever possible. -->
<jackson.version>2.9.8</jackson.version>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.github.fge</groupId>
Expand Down
8 changes: 2 additions & 6 deletions helloworlds/3.8-json/logansquare/pom.xml
Expand Up @@ -8,10 +8,6 @@
<groupId>com.github.vedenin</groupId>
<version>0.01</version>

<properties>
<jackson.version>2.9.8</jackson.version>
</properties>

<dependencies>
<dependency>
<groupId>com.bluelinelabs</groupId>
Expand All @@ -31,12 +27,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>2.9.8</version>
</dependency>
</dependencies>
</project>

0 comments on commit e2375f8

Please sign in to comment.