File tree Expand file tree Collapse file tree 2 files changed +6
-19
lines changed
Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 1313 </parent >
1414
1515 <artifactId >tarantool-spring-data-35</artifactId >
16- <version >2.0.0-SNAPSHOT</version >
1716 <packaging >jar</packaging >
1817
1918 <properties >
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 >
You can’t perform that action at this time.
0 commit comments