Skip to content

Commit 6fea98e

Browse files
author
Chandra Addala
committed
upgraded jackson to 2.8.1
1 parent 9d7c34e commit 6fea98e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<skip.unit.tests>false</skip.unit.tests>
5555
<slf4j.version>1.7.6</slf4j.version>
5656
<elasticsearch.version>2.4.1</elasticsearch.version>
57+
<jackson.version>2.8.1</jackson.version>
5758
<lucene.version>5.5.2</lucene.version>
5859
<jodatime.version>2.9</jodatime.version>
5960
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
@@ -109,17 +110,17 @@
109110
<dependency>
110111
<groupId>com.fasterxml.jackson.core</groupId>
111112
<artifactId>jackson-annotations</artifactId>
112-
<version>2.6.2</version>
113+
<version>${jackson.version}</version>
113114
</dependency>
114115
<dependency>
115116
<groupId>com.fasterxml.jackson.core</groupId>
116117
<artifactId>jackson-core</artifactId>
117-
<version>2.6.2</version>
118+
<version>${jackson.version}</version>
118119
</dependency>
119120
<dependency>
120121
<groupId>com.fasterxml.jackson.core</groupId>
121122
<artifactId>jackson-databind</artifactId>
122-
<version>2.6.2</version>
123+
<version>${jackson.version}</version>
123124
</dependency>
124125
</dependencies>
125126
</dependencyManagement>

0 commit comments

Comments
 (0)