Fix dependency scope 59/126159/1 1.2.5
authorDan Timoney <dtimoney@att.com>
Wed, 8 Dec 2021 21:18:41 +0000 (16:18 -0500)
committerDan Timoney <dtimoney@att.com>
Wed, 8 Dec 2021 21:18:41 +0000 (16:18 -0500)
References to pre-installed ccsdk components should be declared
as scope 'provided' to avoid issue with dependency version in
generated OSGi feature.xml file

Issue-ID: SDNC-1640
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2fa535a497a32cac08881a86ba719eaaf6fbd01e

a1-adapter/a1-adapter-api/provider/pom.xml

index a10a091..509757d 100644 (file)
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>
             <artifactId>utils-provider</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>junit</groupId>