Remove incorrect dblib ref in feature.xml
authorTimoney, Dan (dt5972) <dt5972@att.com>
Mon, 21 May 2018 20:08:09 +0000 (13:08 -0700)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Mon, 21 May 2018 20:08:09 +0000 (13:08 -0700)
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>
sli/features/odl-sli/pom.xml

index 1005dc7..b0a0cae 100644 (file)
                        <version>${project.version}</version>
                </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>