Remove forbidden dependencies to fix Jenkins job 05/38205/1
authorArthur Martella <amartell@research.att.com>
Fri, 23 Mar 2018 21:49:05 +0000 (17:49 -0400)
committerArthur Martella <amartell@research.att.com>
Fri, 23 Mar 2018 21:49:05 +0000 (17:49 -0400)
Change-Id: I5cdc138bb64d526d9b1baa8c2238cc9223004426
Issue-ID: SO-529
Signed-off-by: Arthur Martella <amartell@research.att.com>
asdc-controller/pom.xml
bpmn/MSOCommonBPMN/pom.xml

index ff21372..94a8dd5 100644 (file)
 
 
                <dependency>
+                       <!-- This version should be upgraded in Beijing -->
                        <groupId>org.openecomp.sdc.sdc-tosca</groupId>
                        <artifactId>sdc-tosca</artifactId>
                        <version>1.2.3</version>
+                       <exclusions>
+                               <exclusion>  
+                                       <groupId>org.openecomp.sdc.jtosca</groupId>
+                                       <artifactId>jtosca</artifactId>
+                                       <!-- <version>1.2.2-SNAPSHOT</version> -->
+                               </exclusion>
+                       </exclusions>
                </dependency> 
-               
+               <dependency>  
+                       <!-- When the sdc-tosca version is upgraded from 1.2.3,
+                            this dependency should be removed entirely -->
+                       <groupId>org.openecomp.sdc.jtosca</groupId>
+                       <artifactId>jtosca</artifactId>
+                       <version>1.2.1</version>
+               </dependency>
 
                <dependency>
                    <groupId>org.apache.httpcomponents</groupId>
index a0a5a24..b0ec0c0 100644 (file)
                        <artifactId>spring-test</artifactId>
                        <version>4.3.14.RELEASE</version>
                </dependency>
-               <dependency>
-                       <groupId>org.openecomp.sdc.sdc-tosca</groupId>
-                       <artifactId>sdc-tosca</artifactId>
-                       <version>1.2.3</version>
-               </dependency>
+                <dependency>
+                        <!-- This version should be upgraded in Beijing -->
+                        <groupId>org.openecomp.sdc.sdc-tosca</groupId>
+                        <artifactId>sdc-tosca</artifactId>
+                        <version>1.2.3</version>
+                        <exclusions>
+                                <exclusion>
+                                        <groupId>org.openecomp.sdc.jtosca</groupId>
+                                        <artifactId>jtosca</artifactId>
+                                        <!-- <version>1.2.2-SNAPSHOT</version> -->
+                                </exclusion>
+                        </exclusions>
+                </dependency>
+                <dependency>
+                       <!-- When the sdc-tosca version is upgraded from 1.2.3,
+                             this dependency should be removed entirely -->
+                        <groupId>org.openecomp.sdc.jtosca</groupId>
+                        <artifactId>jtosca</artifactId>
+                        <version>1.2.1</version>
+                </dependency>
                <dependency>
                        <groupId>org.camunda.bpm</groupId>
                        <artifactId>camunda-engine-spring</artifactId>