Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 31620d5

Browse files
committed
Remove unnecessary dep mgmt in skipper parent
There is already a dependency management section for testcontainers in the proper 2 places (spring-cloud-dataflow-parent and spring-cloud-dataflow-build-dependencies). This commit removes this cruft.
1 parent b076072 commit 31620d5

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

spring-cloud-skipper/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
<javadoc.opts>-Xdoclint:none</javadoc.opts>
4040

4141
<jmockit.version>1.24</jmockit.version>
42-
43-
<testcontainers.version>1.19.7</testcontainers.version>
44-
<commons-compress.version>1.26.0</commons-compress.version>
4542
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
4643
<asciidoctorj.pdf.version>2.3.7</asciidoctorj.pdf.version>
4744
<asciidoctorj.version>2.5.7</asciidoctorj.version>
@@ -209,24 +206,6 @@
209206
<artifactId>jmockit</artifactId>
210207
<version>${jmockit.version}</version>
211208
</dependency>
212-
<dependency>
213-
<groupId>org.testcontainers</groupId>
214-
<artifactId>testcontainers-bom</artifactId>
215-
<version>${testcontainers.version}</version>
216-
<exclusions>
217-
<exclusion>
218-
<groupId>org.apache.commons</groupId>
219-
<artifactId>commons-compress</artifactId>
220-
</exclusion>
221-
</exclusions>
222-
<type>pom</type>
223-
<scope>import</scope>
224-
</dependency>
225-
<dependency>
226-
<groupId>org.apache.commons</groupId>
227-
<artifactId>commons-compress</artifactId>
228-
<version>${commons-compress.version}</version>
229-
</dependency>
230209
</dependencies>
231210
</dependencyManagement>
232211
<build>

0 commit comments

Comments
 (0)