Skip to content

Commit e5b080a

Browse files
committed
DATAES-284 - Downgrade to Jackson 2.7.5 until Elasticsearch is compatible with 2.8.
FasterXML/jackson-core#313 elastic/elasticsearch#20089
1 parent 7113c7a commit e5b080a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<commonscollections>3.2.1</commonscollections>
2525
<commonslang>2.6</commonslang>
2626
<elasticsearch>2.3.3</elasticsearch>
27+
<jackson>2.7.5</jackson>
2728
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
2829

2930
</properties>
@@ -100,7 +101,6 @@
100101
<dependency>
101102
<groupId>org.springframework</groupId>
102103
<artifactId>spring-test</artifactId>
103-
<version>${spring}</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.projectlombok</groupId>
131131
<artifactId>lombok</artifactId>
132-
<version>1.16.4</version>
132+
<version>${lombok}</version>
133133
<scope>test</scope>
134134
</dependency>
135135

0 commit comments

Comments
 (0)