File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
50
</properties >
51
51
52
+ <dependencyManagement >
53
+ <dependencies >
54
+ <dependency >
55
+ <groupId >software.xdev.mockserver</groupId >
56
+ <artifactId >bom</artifactId >
57
+ <version >1.1.1</version >
58
+ <type >pom</type >
59
+ <scope >import</scope >
60
+ </dependency >
61
+ </dependencies >
62
+ </dependencyManagement >
63
+
52
64
<dependencies >
53
65
<dependency >
54
66
<groupId >software.xdev.tci</groupId >
59
71
<dependency >
60
72
<groupId >software.xdev.mockserver</groupId >
61
73
<artifactId >testcontainers</artifactId >
62
- <version >1.0.19</version >
63
- <scope >compile</scope >
64
74
</dependency >
65
75
66
76
<dependency >
67
77
<groupId >software.xdev.mockserver</groupId >
68
78
<artifactId >client</artifactId >
69
- <version >1.0.19</version >
70
79
</dependency >
71
80
</dependencies >
72
81
You can’t perform that action at this time.
0 commit comments