aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-05-21 13:08:09 -0700
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-05-21 13:08:09 -0700
commit989b90f408edfe89f34380ab6fa4ca6f80850456 (patch)
tree65088c46175c3325fd08c25f8c31c8f5ea13719b
parent6f247b95f9da0339cd268d786a5e9c3f861b38b3 (diff)
Remove incorrect dblib ref in feature.xml
Generated feature.xml contained unnecessary reference to dblib-provider with wrong version. Suppressed by explicitly declaring dblib-provider in features/pom.xml with scope 'provided'. Change-Id: I34571194fca3c24d710ad36c1a99f86ec6bcd9b1 Issue-ID: CCSDK-290 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r--sli/features/odl-sli/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sli/features/odl-sli/pom.xml b/sli/features/odl-sli/pom.xml
index 1005dc70..b0a0cae0 100644
--- a/sli/features/odl-sli/pom.xml
+++ b/sli/features/odl-sli/pom.xml
@@ -54,6 +54,13 @@
</dependency>
<dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>dblib-provider</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>${mariadb.connector.version}</version>