Removing DB2 based tests and dependencies

This commit is contained in:
Glenn Renfro
2022-06-02 17:32:04 -04:00
parent 38323952ca
commit cc247c1263
2 changed files with 0 additions and 185 deletions

View File

@@ -17,7 +17,6 @@
<test.containers.version>1.17.2</test.containers.version>
<test.rabbit.containers.version>1.17.2</test.rabbit.containers.version>
<test.ducttape.version>1.0.8</test.ducttape.version>
<db2-jdbc.version>11.5.7.0</db2-jdbc.version>
</properties>
<dependencyManagement>
@@ -128,12 +127,6 @@
<version>${test.containers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>jcc</artifactId>
<version>${db2-jdbc.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.rnorth.duct-tape</groupId>
<artifactId>duct-tape</artifactId>