File tree 1 file changed +13
-1
lines changed
spring-data-rest-tests/spring-data-rest-tests-mongodb
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 16
16
<java-module-name >spring.data.rest.tests.mongodb</java-module-name >
17
17
</properties >
18
18
19
+ <dependencyManagement >
20
+ <dependencies >
21
+ <dependency >
22
+ <groupId >org.springframework.data</groupId >
23
+ <artifactId >spring-data-mongodb-parent</artifactId >
24
+ <version >${springdata.mongodb} </version >
25
+ <type >pom</type >
26
+ <scope >import</scope >
27
+ </dependency >
28
+ </dependencies >
29
+ </dependencyManagement >
30
+
19
31
<dependencies >
20
32
21
33
<dependency >
33
45
<version >${springdata.mongodb} </version >
34
46
</dependency >
35
47
48
+ <!-- dependency-managed via spring-data-mongodb import -->
36
49
<dependency >
37
50
<groupId >org.mongodb</groupId >
38
51
<artifactId >mongodb-driver-sync</artifactId >
39
- <version >5.3.1</version >
40
52
</dependency >
41
53
42
54
<dependency >
You can’t perform that action at this time.
0 commit comments