Skip to content

Commit a941493

Browse files
committed
spring-boot-dependencies bom
1 parent 0c26e2d commit a941493

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

pom.xml

+15-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-spring-data</artifactId>
7-
<version>3.2.4</version>
7+
<version>3.2.5-SNAPSHOT</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -26,10 +26,6 @@
2626
</license>
2727
</licenses>
2828

29-
<properties>
30-
<springdata.commons>2.2.7.RELEASE</springdata.commons>
31-
</properties>
32-
3329
<developers>
3430
<developer>
3531
<id>mpv1989</id>
@@ -258,16 +254,26 @@
258254
<dependency>
259255
<groupId>org.springframework.data</groupId>
260256
<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>
262266
</dependency>
263267
</dependencies>
264268

265269
<dependencyManagement>
266270
<dependencies>
267271
<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>
271277
</dependency>
272278
<dependency>
273279
<groupId>com.arangodb</groupId>

0 commit comments

Comments
 (0)