File tree 1 file changed +15
-9
lines changed
1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spring-data</artifactId >
7
- <version >3.2.4 </version >
7
+ <version >3.2.5-SNAPSHOT </version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
26
26
</license >
27
27
</licenses >
28
28
29
- <properties >
30
- <springdata .commons>2.2.7.RELEASE</springdata .commons>
31
- </properties >
32
-
33
29
<developers >
34
30
<developer >
35
31
<id >mpv1989</id >
258
254
<dependency >
259
255
<groupId >org.springframework.data</groupId >
260
256
<artifactId >spring-data-commons</artifactId >
261
- <version >${springdata.commons} </version >
257
+ <version >${parent.version} </version >
258
+ </dependency >
259
+
260
+ <!-- Test -->
261
+ <dependency >
262
+ <groupId >org.hamcrest</groupId >
263
+ <artifactId >hamcrest-core</artifactId >
264
+ <version >2.1</version >
265
+ <scope >test</scope >
262
266
</dependency >
263
267
</dependencies >
264
268
265
269
<dependencyManagement >
266
270
<dependencies >
267
271
<dependency >
268
- <groupId >org.slf4j</groupId >
269
- <artifactId >slf4j-api</artifactId >
270
- <version >${slf4j} </version >
272
+ <groupId >org.springframework.boot</groupId >
273
+ <artifactId >spring-boot-dependencies</artifactId >
274
+ <version >${parent.version} </version >
275
+ <type >pom</type >
276
+ <scope >import</scope >
271
277
</dependency >
272
278
<dependency >
273
279
<groupId >com.arangodb</groupId >
You can’t perform that action at this time.
0 commit comments