AT&T 1712 and 1802 release code
[so.git] / bpmn / pom.xml
index 98628d9..2989a18 100644 (file)
@@ -4,20 +4,20 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.openecomp.so</groupId>
+    <groupId>org.onap.so</groupId>
     <artifactId>so</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.openecomp.so</groupId>
   <artifactId>bpmn</artifactId>
   <name>BPMN Subsystem</name>
   <description>BPMN Subsystem for MSO</description>
   <packaging>pom</packaging>
 
   <properties>
-    <camunda.version>7.7.0</camunda.version>
+    <camunda.version>7.8.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.3.173</h2.version>
     <groovy.version>2.4.7</groovy.version>
     <saxon.version>9.5.1-8</saxon.version>
@@ -30,7 +30,6 @@
 
   <modules>
     <module>MSOCoreBPMN</module>
-    <module>MSOMockServer</module>
     <module>MSORESTClient</module>
     <module>MSOCommonBPMN</module>
     <module>MSOInfrastructureBPMN</module>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.17</version>
+        <version>2.19.1</version>
         <configuration>
           <testFailureIgnore>false</testFailureIgnore>
-          <argLine>-Xss1m</argLine>
+          <argLine>${surefireArgLine} -Xss1m</argLine>
           <forkCount>1</forkCount>
-          <forkMode>once</forkMode>
-          <properties>
-          </properties>
+          <reuseForks>true</reuseForks>
         </configuration>
       </plugin>