Commit 6fea98e Chandra Addala
committed
1 parent 9d7c34e commit 6fea98e Copy full SHA for 6fea98e
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 54
54
<skip .unit.tests>false</skip .unit.tests>
55
55
<slf4j .version>1.7.6</slf4j .version>
56
56
<elasticsearch .version>2.4.1</elasticsearch .version>
57
+ <jackson .version>2.8.1</jackson .version>
57
58
<lucene .version>5.5.2</lucene .version>
58
59
<jodatime .version>2.9</jodatime .version>
59
60
<maven .build.timestamp.format>yyyyMMdd-HHmmss</maven .build.timestamp.format>
109
110
<dependency >
110
111
<groupId >com.fasterxml.jackson.core</groupId >
111
112
<artifactId >jackson-annotations</artifactId >
112
- <version >2.6.2 </version >
113
+ <version >${jackson.version} </version >
113
114
</dependency >
114
115
<dependency >
115
116
<groupId >com.fasterxml.jackson.core</groupId >
116
117
<artifactId >jackson-core</artifactId >
117
- <version >2.6.2 </version >
118
+ <version >${jackson.version} </version >
118
119
</dependency >
119
120
<dependency >
120
121
<groupId >com.fasterxml.jackson.core</groupId >
121
122
<artifactId >jackson-databind</artifactId >
122
- <version >2.6.2 </version >
123
+ <version >${jackson.version} </version >
123
124
</dependency >
124
125
</dependencies >
125
126
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments