updated camunda springboot version
[so.git] / bpmn / pom.xml
index bf27825..df68017 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
     <groupId>org.onap.so</groupId>
     <artifactId>so</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>bpmn</artifactId>
        <packaging>pom</packaging>
 
        <properties>
-               <camunda.version>7.8.0</camunda.version>
+               <camunda.version>7.10.0</camunda.version>
                <camunda.bpm.assert.version>1.2</camunda.bpm.assert.version>
                <camunda.bpm.webapp.artifact>camunda-webapp-jboss-standalone</camunda.bpm.webapp.artifact>
                <h2.version>1.4.196</h2.version>
                <groovy.version>2.4.8</groovy.version>
                <saxon.version>9.5.1-8</saxon.version>
                <xmlunit.version>2.4.0</xmlunit.version>
-
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
        </properties>
 
        <modules>
                <module>MSOCoreBPMN</module>
-               <module>MSORESTClient</module>
+
                <module>MSOCommonBPMN</module>
                <module>so-bpmn-infrastructure-common</module>
                <module>so-bpmn-tasks</module>
        <!-- Define artifact versions for child modules -->
        <dependencyManagement>
                <dependencies>
-                       <dependency>
-                               <groupId>com.h2database</groupId>
-                               <artifactId>h2</artifactId>
-                               <version>${h2.version}</version>
-                       </dependency>
                        <dependency>
                                <groupId>org.codehaus.groovy</groupId>
                                <artifactId>groovy-all</artifactId>
                                <scope>compile</scope>
                        </dependency>
                        <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-beans</artifactId>
-                               <version>4.3.12.RELEASE</version>
+                               <groupId>org.assertj</groupId>
+                               <artifactId>assertj-core</artifactId>
+                               <version>3.11.1</version>
+                               <scope>test</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.camunda.bpm.extension.mockito</groupId>
+                               <artifactId>camunda-bpm-mockito</artifactId>
+                               <version>4.0.0</version>
+                               <scope>test</scope>
                        </dependency>
                </dependencies>
        </dependencyManagement>
 
        <dependencies>
-               <dependency>
-                       <groupId>commons-beanutils</groupId>
-                       <artifactId>commons-beanutils</artifactId>
-                       <version>1.9.3</version>
-               </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>