We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7113c7a commit e5b080aCopy full SHA for e5b080a
pom.xml
@@ -24,6 +24,7 @@
24
<commonscollections>3.2.1</commonscollections>
25
<commonslang>2.6</commonslang>
26
<elasticsearch>2.3.3</elasticsearch>
27
+ <jackson>2.7.5</jackson>
28
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
29
30
</properties>
@@ -100,7 +101,6 @@
100
101
<dependency>
102
<groupId>org.springframework</groupId>
103
<artifactId>spring-test</artifactId>
- <version>${spring}</version>
104
<scope>test</scope>
105
</dependency>
106
@@ -129,7 +129,7 @@
129
130
<groupId>org.projectlombok</groupId>
131
<artifactId>lombok</artifactId>
132
- <version>1.16.4</version>
+ <version>${lombok}</version>
133
134
135
0 commit comments