Skip to content

Commit 6f07cd6

Browse files
author
Rakesh Recharla
committed
Use jackson-version 2.5.1 and above
1 parent 8074535 commit 6f07cd6

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

service/run-config/dev/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<properties>
1010
<dropwizard.version>0.7.1</dropwizard.version>
1111
<newrelic.version>3.20.0</newrelic.version>
12+
<jackson-version>[2.5.1,)</jackson-version>
1213
</properties>
1314
<build>
1415
<plugins>
@@ -107,6 +108,11 @@
107108
<artifactId>dropwizard-jobs-core</artifactId>
108109
<version>1.0.1</version>
109110
</dependency>
111+
<dependency>
112+
<groupId>com.fasterxml.jackson.core</groupId>
113+
<artifactId>jackson-core</artifactId>
114+
<version>${jackson-version}</version>
115+
</dependency>
110116
<dependency>
111117
<groupId>appirio.platform</groupId>
112118
<artifactId>supply-library</artifactId>

service/run-config/prod/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<properties>
1010
<dropwizard.version>0.7.1</dropwizard.version>
1111
<newrelic.version>3.20.0</newrelic.version>
12+
<jackson-version>[2.5.1,)</jackson-version>
1213
</properties>
1314
<build>
1415
<plugins>
@@ -107,6 +108,11 @@
107108
<artifactId>dropwizard-jobs-core</artifactId>
108109
<version>1.0.1</version>
109110
</dependency>
111+
<dependency>
112+
<groupId>com.fasterxml.jackson.core</groupId>
113+
<artifactId>jackson-core</artifactId>
114+
<version>${jackson-version}</version>
115+
</dependency>
110116
<dependency>
111117
<groupId>appirio.platform</groupId>
112118
<artifactId>supply-library</artifactId>

service/run-config/qa/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<properties>
1010
<dropwizard.version>0.7.1</dropwizard.version>
1111
<newrelic.version>3.20.0</newrelic.version>
12+
<jackson-version>[2.5.1,)</jackson-version>
1213
</properties>
1314
<build>
1415
<plugins>
@@ -107,6 +108,11 @@
107108
<artifactId>dropwizard-jobs-core</artifactId>
108109
<version>1.0.1</version>
109110
</dependency>
111+
<dependency>
112+
<groupId>com.fasterxml.jackson.core</groupId>
113+
<artifactId>jackson-core</artifactId>
114+
<version>${jackson-version}</version>
115+
</dependency>
110116
<dependency>
111117
<groupId>appirio.platform</groupId>
112118
<artifactId>supply-library</artifactId>

0 commit comments

Comments
 (0)