From: Dan Timoney Date: Thu, 29 May 2025 17:55:54 +0000 (-0400) Subject: Add derbytools dependency X-Git-Tag: 2.1.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a8fed98a9f928e871fa20523d7ea7f020d21ce91;p=ccsdk%2Fsli.git Add derbytools dependency In latest derby version, embedded derby JDBC driver is no longer included in org.apache.derby:derby, but rather requires addition dependency org.apache.derby:derbytools Issue-ID: CCSDK-4096 Change-Id: I1fd7c9dbcce4a1c81688a4281f496fe958241846 Signed-off-by: Dan Timoney --- diff --git a/core/sli/common/pom.xml b/core/sli/common/pom.xml index 694b33ed9..05eaa6615 100755 --- a/core/sli/common/pom.xml +++ b/core/sli/common/pom.xml @@ -20,7 +20,6 @@ **/MessageWriter.java - @@ -29,6 +28,11 @@ derby test + + org.apache.derby + derbytools + test + org.antlr antlr4 diff --git a/core/sli/provider/pom.xml b/core/sli/provider/pom.xml index ec1bdd48f..ac8ef4a5c 100755 --- a/core/sli/provider/pom.xml +++ b/core/sli/provider/pom.xml @@ -114,6 +114,11 @@ derby test + + org.apache.derby + derbytools + test + diff --git a/core/sliapi/provider/pom.xml b/core/sliapi/provider/pom.xml index aa6d9a6f6..b44a4d5de 100755 --- a/core/sliapi/provider/pom.xml +++ b/core/sliapi/provider/pom.xml @@ -93,6 +93,11 @@ derby test + + org.apache.derby + derbytools + test + diff --git a/northbound/lcm/provider/pom.xml b/northbound/lcm/provider/pom.xml index 1c2b297f7..9786b09b5 100755 --- a/northbound/lcm/provider/pom.xml +++ b/northbound/lcm/provider/pom.xml @@ -83,6 +83,11 @@ derby test + + org.apache.derby + derbytools + test + org.osgi org.osgi.core