From e7e2a8afa5074bf22da7a61252574d532a8d7ea4 Mon Sep 17 00:00:00 2001
From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
Date: Thu, 14 Jul 2022 12:24:02 +0200
Subject: [PATCH] TSK-1918: test-api now exposes driver dependencies
so that they don't have to be added manually in each dependant's pom
---
lib/taskana-core-test/pom.xml | 16 ----------------
lib/taskana-test-api/pom.xml | 29 +++++++++++++----------------
2 files changed, 13 insertions(+), 32 deletions(-)
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
-