Change version of sdc-tosca dependency 83/43083/1
authorArthur Martella <amartell@research.att.com>
Mon, 16 Apr 2018 15:25:22 +0000 (11:25 -0400)
committerArthur Martella <amartell@research.att.com>
Mon, 16 Apr 2018 15:27:17 +0000 (11:27 -0400)
Rolling back version of sdc-tosca library to
 1.3.0 to match sdc-distribution-client
Removing the exclusion of jtosca and letting
 sdc-tosca pick the version it wants

Change-Id: I5ac8775cce41a92c1964c7a2f24bf0a6b1e3e5df
Issue-ID: SO-564
Signed-off-by: Arthur Martella <amartell@research.att.com>
asdc-controller/pom.xml
bpmn/MSOCommonBPMN/pom.xml

index 20a3566..88bfa6c 100644 (file)
                <dependency>
                        <groupId>org.onap.sdc.sdc-tosca</groupId>
                        <artifactId>sdc-tosca</artifactId>
-                       <version>1.3.3</version>
-                       <!-- sdc-tosca:1.3.3 depends on jtosca:1.3.4-SNAPSHOT,
-                            which must be excluded, and the release version
-                            of jtosca must be pulled in using an additional
-                            dependency, below -->
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.onap.sdc.jtosca</groupId>
-                                       <artifactId>jtosca</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency> 
-               <dependency>
-                       <groupId>org.onap.sdc.jtosca</groupId>
-                       <artifactId>jtosca</artifactId>
-                       <version>1.3.4</version>
+                       <version>1.3.0</version>
                </dependency> 
 
                <dependency>
index 32e7d4a..1d255c4 100644 (file)
                <dependency>
                        <groupId>org.onap.sdc.sdc-tosca</groupId>
                        <artifactId>sdc-tosca</artifactId>
-                       <version>1.3.3</version>
-                       <!-- sdc-tosca:1.3.3 depends on jtosca:1.3.4-SNAPSHOT,
-                            which must be excluded, and the release version
-                            of jtosca must be pulled in using an additional
-                            dependency, below -->
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.onap.sdc.jtosca</groupId>
-                                       <artifactId>jtosca</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.sdc.jtosca</groupId>
-                       <artifactId>jtosca</artifactId>
-                       <version>1.3.4</version>
+                       <version>1.3.0</version>
                </dependency>
                <dependency>
                        <groupId>org.camunda.bpm</groupId>