[MSO-8] Update the maven dependency
[so.git] / bpmn / pom.xml
index ca9d69c..ed062ba 100644 (file)
@@ -1,5 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
        <name>BPMN Subsystem</name>
        <description>BPMN Subsystem for MSO</description>
        <packaging>pom</packaging>
-
+       
        <properties>
-               <camunda.version>7.3.0</camunda.version>
+               <camunda.version>7.6.0</camunda.version>
                <camunda.bpm.assert.version>1.2</camunda.bpm.assert.version>
                <h2.version>1.3.173</h2.version>
                <groovy.version>2.4.7</groovy.version>
                <saxon.version>9.5.1-8</saxon.version>
-               <junit.version>4.11</junit.version>
                <xmlunit.version>1.6</xmlunit.version>
-
+               
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
+               
        </properties>
 
        <modules>
                <module>MSOCoreBPMN</module>
+               <module>MSOMockServer</module>
                <module>MSORESTClient</module>
-               <module>MSOGammaBPMN</module>
+       <module>MSOCommonBPMN</module>
+               <module>MSOInfrastructureBPMN</module>
                <module>MSOURN-plugin</module>
                <module>MSOCockpit</module>
-
-       </modules>
-
+  </modules>
+       
        <!-- Define artifact versions for child modules -->
        <dependencyManagement>
                <dependencies>
                                <artifactId>Saxon-HE</artifactId>
                                <version>${saxon.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>${junit.version}</version>
-                       </dependency>
                        <dependency>
                                <groupId>xmlunit</groupId>
                                <artifactId>xmlunit</artifactId>
@@ -90,7 +85,7 @@
                        </dependency>
                </dependencies>
        </dependencyManagement>
-
+       
        <dependencies>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
                </dependency>
        </dependencies>
-
+       
        <build>
        <plugins>
-
+       
                <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-surefire-plugin</artifactId>
                        <version>2.17</version>
                        <configuration>
-                               <testFailureIgnore>true</testFailureIgnore>
+                               <testFailureIgnore>false</testFailureIgnore>
                                <argLine>-Xss1m @{argLine}</argLine>
+                               <properties>
+                      <property>
+                        <!-- disabling project default evosuite listener-->
+                     <name>usedefaultlisteners</name>
+                     <value>true</value> 
+                    </property>
+                </properties>
                        </configuration>
+                       
 <!--                   <configuration>
                                <testFailureIgnore>true</testFailureIgnore>
                                <forkCount>1</forkCount>
                                        </lifecycleMappingMetadata>
                                </configuration>
                        </plugin>
-
+               
                </plugins>
        </pluginManagement>
        </build>