Update version to 1.4.0-SNAPSHOT for Dublin
[so.git] / bpmn / so-bpmn-infrastructure-common / pom.xml
index 9bc9cc5..d485c8a 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.onap.so</groupId>
                <artifactId>bpmn</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.4.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>so-bpmn-infrastructure-common</artifactId>
                        <artifactId>h2</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>com.google.guava</groupId>
-                       <artifactId>guava</artifactId>
-
-               </dependency>   
                <dependency>
                        <groupId>com.fasterxml.uuid</groupId>
                        <artifactId>java-uuid-generator</artifactId>
                  <dependency>
             <groupId>org.onap.msb.java-sdk</groupId>
             <artifactId>msb-java-sdk</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.eclipsesource.jaxrs</groupId>
                        <classifier>tests</classifier>
                        <scope>test</scope>
                </dependency>
+        <dependency>
+            <groupId>org.camunda.bpm.springboot</groupId>
+            <artifactId>camunda-bpm-spring-boot-starter-test</artifactId>
+            <version>2.3.0</version>
+            <scope>test</scope>
+        </dependency>
        </dependencies>
 </project>