Merge "remove the rest templates"
[so.git] / bpmn / pom.xml
index 79acccb..d7e26f9 100644 (file)
@@ -4,19 +4,18 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.openecomp.so</groupId>
+    <groupId>org.onap.so</groupId>
     <artifactId>so</artifactId>
     <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>
@@ -34,6 +33,7 @@
     <module>MSORESTClient</module>
     <module>MSOCommonBPMN</module>
     <module>MSOInfrastructureBPMN</module>
+    <module>MSOURN-plugin</module>
     <module>MSOCockpit</module>
   </modules>
 
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.19.1</version>
         <configuration>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <testFailureIgnore>false</testFailureIgnore>
           <argLine>${surefireArgLine} -Xss1m</argLine>
           <forkCount>1</forkCount>