diff --git a/lib/taskana-core-test/pom.xml b/lib/taskana-core-test/pom.xml index 539558f33..09f8bc6c2 100644 --- a/lib/taskana-core-test/pom.xml +++ b/lib/taskana-core-test/pom.xml @@ -47,16 +47,6 @@ assertj-core test - - com.h2database - h2 - test - - - org.postgresql - postgresql - test - com.tngtech.archunit archunit @@ -75,12 +65,6 @@ ${version.equalsverifier} test - - com.ibm.db2 - jcc - ${version.db2} - test - diff --git a/lib/taskana-test-api/pom.xml b/lib/taskana-test-api/pom.xml index b19e7db04..18292f41c 100644 --- a/lib/taskana-test-api/pom.xml +++ b/lib/taskana-test-api/pom.xml @@ -59,6 +59,19 @@ + + com.h2database + h2 + + + org.postgresql + postgresql + + + com.ibm.db2 + jcc + ${version.db2} + org.assertj @@ -70,22 +83,6 @@ slf4j-simple test - - com.h2database - h2 - test - - - org.postgresql - postgresql - test - - - com.ibm.db2 - jcc - ${version.db2} - test -