File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
<commonscollections >3.2.1</commonscollections >
21
21
<commonslang >2.6</commonslang >
22
22
<elasticsearch >5.5.0</elasticsearch >
23
+ <log4j >2.8.2</log4j >
23
24
<springdata .commons>2.1.0.BUILD-SNAPSHOT</springdata .commons>
24
25
<java-module-name >spring.data.elasticsearch</java-module-name >
25
26
</properties >
86
87
<dependency >
87
88
<groupId >org.slf4j</groupId >
88
89
<artifactId >log4j-over-slf4j</artifactId >
89
- <version >1.7.22</version >
90
+ <version >${slf4j} </version >
91
+ <scope >test</scope >
90
92
</dependency >
91
93
92
94
<dependency >
93
95
<groupId >org.apache.logging.log4j</groupId >
94
96
<artifactId >log4j-core</artifactId >
95
- <version >2.8.2</version >
97
+ <version >${log4j} </version >
98
+ <scope >test</scope >
96
99
</dependency >
97
100
98
101
<!-- Jackson JSON Mapper -->
145
148
</exclusion >
146
149
</exclusions >
147
150
</dependency >
148
-
151
+
149
152
<!-- Upgrade xbean to 4.5 to prevent incompatibilities due to ASM versions -->
150
153
<dependency >
151
154
<groupId >org.apache.xbean</groupId >
176
179
<scope >test</scope >
177
180
</dependency >
178
181
179
-
180
-
181
182
</dependencies >
182
183
183
184
<build >
You can’t perform that action at this time.
0 commit comments