We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46693da commit 8297617Copy full SHA for 8297617
pom.xml
@@ -29,18 +29,6 @@
29
<querydsl_of>6.11</querydsl_of>
30
</properties>
31
32
- <dependencyManagement>
33
- <dependencies>
34
- <dependency>
35
- <groupId>org.testcontainers</groupId>
36
- <artifactId>testcontainers-bom</artifactId>
37
- <version>${testcontainers}</version>
38
- <type>pom</type>
39
- <scope>import</scope>
40
- </dependency>
41
- </dependencies>
42
- </dependencyManagement>
43
-
44
<dependencies>
45
46
<dependency>
@@ -132,12 +120,6 @@
132
120
<optional>true</optional>
133
121
</dependency>
134
122
135
136
137
- <artifactId>testcontainers</artifactId>
138
- <scope>test</scope>
139
140
141
123
<!-- JSR 303 Validation -->
142
124
143
125
<groupId>jakarta.validation</groupId>
0 commit comments