Skip to content

Commit 76058d6

Browse files
nickkkcccAlex-pvl
authored andcommitted
refactor(spring-data-35): cleanup pom.xml
1 parent eeab662 commit 76058d6

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

tarantool-spring-data/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
</dependencyManagement>
6464

6565
<dependencies>
66+
<!-- Driver dependency for all spring data modules-->
67+
<dependency>
68+
<groupId>io.tarantool</groupId>
69+
<artifactId>tarantool-client</artifactId>
70+
</dependency>
71+
6672
<!--spring data key value module-->
6773
<dependency>
6874
<groupId>org.springframework.data</groupId>
@@ -95,12 +101,6 @@
95101
<version>${slf4j.version}</version>
96102
</dependency>
97103

98-
<!-- Driver dependency for all spring data modules-->
99-
<dependency>
100-
<groupId>io.tarantool</groupId>
101-
<artifactId>tarantool-client</artifactId>
102-
</dependency>
103-
104104
<!-- Test -->
105105
<dependency>
106106
<groupId>org.springframework.boot</groupId>

tarantool-spring-data/tarantool-spring-data-35/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</parent>
1414

1515
<artifactId>tarantool-spring-data-35</artifactId>
16-
<version>2.0.0-SNAPSHOT</version>
1716
<packaging>jar</packaging>
1817

1918
<properties>
@@ -24,18 +23,6 @@
2423
<license.header.file>${project.parent.parent.basedir}/LICENSE_HEADER.txt</license.header.file>
2524
</properties>
2625

27-
<dependencyManagement>
28-
<dependencies>
29-
<dependency>
30-
<groupId>org.springframework.boot</groupId>
31-
<artifactId>spring-boot-dependencies</artifactId>
32-
<version>${spring.boot.version}</version>
33-
<type>pom</type>
34-
<scope>import</scope>
35-
</dependency>
36-
</dependencies>
37-
</dependencyManagement>
38-
3926
<dependencies>
4027
<dependency>
4128
<groupId>io.tarantool</groupId>

0 commit comments

Comments
 (0)