Update sli/core for Oxygen SR3 39/60739/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Wed, 15 Aug 2018 15:22:55 +0000 (11:22 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Wed, 15 Aug 2018 15:22:55 +0000 (11:22 -0400)
Removed version for yangtools dependency in sliapi so that it is
controlled by parent pom to resolve issue caused in Oxygen SR3 upgrade
due to hard-coded SR1 version.  Also, updated name of utils features
directory to match name of artifact (sdnc-slicore-utils renamed to
ccsdk-slicore-utils).

Change-Id: I32b3822e4ae0fdd4c07d5912e4674b19c8615d54
Issue-ID: CCSDK-453
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
.gitignore
sliapi/provider/pom.xml
utils/features/ccsdk-slicore-utils/pom.xml [moved from utils/features/sdnc-slicore-utils/pom.xml with 100% similarity]
utils/features/pom.xml

index a5a0d80..b45dfca 100755 (executable)
@@ -40,7 +40,7 @@ ExprGrammar.tokens
 ExprGrammarLexer.tokens
 
 # BlackDuck generated file
-sdnc-core_bdio.jsonld
+*.jsonld
 blackDuckHubProjectName.txt
 blackDuckHubProjectVersionName.txt
 
index 994557a..bcd5853 100755 (executable)
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-config</artifactId>
-            <version>${odl.mdsal.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-api</artifactId>
-            <version>${odl.mdsal.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-common-util</artifactId>
-            <version>${odl.mdsal.version}</version>
         </dependency>
 
 
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>
             <artifactId>sli-common</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.onap.ccsdk.sli.core</groupId>
             <artifactId>sli-provider</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-core-api</artifactId>
-            <version>${odl.mdsal.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-impl</artifactId>
-            <version>2.0.3</version>
         </dependency>
 
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>${junit.version}</version>
             <scope>test</scope>
         </dependency>
 
index 4f3be1b..bac928a 100755 (executable)
@@ -17,6 +17,6 @@
 
     <modules>
         <module>features-util</module>
-        <module>sdnc-slicore-utils</module>
+        <module>ccsdk-slicore-utils</module>
     </modules>
 </project>