[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOURN-plugin / pom.xml
index 5ad57a6..6022f48 100644 (file)
        <name>MSO URN Mapping Cockpit Plugin</name>
 
        <dependencies>
-               <!--  TODO Upate it to ee and proper version-->
                <dependency>
-                       <groupId>org.camunda.bpm.webapp</groupId>
-                       <artifactId>camunda-webapp-core</artifactId>
-                       <version>${camunda.version}</version>
-                       <!-- exclusion to use latest commons-fileupload -->
+                   <groupId>org.camunda.bpm.webapp</groupId>
+            <artifactId>camunda-webapp</artifactId>
+            <classifier>classes</classifier>
+            <version>${camunda.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>commons-fileupload</groupId>
@@ -29,7 +28,6 @@
                                </exclusion>
                        </exclusions>
                </dependency>
-               <!-- latest commons-fileupload -->
                <dependency>
                        <groupId>commons-fileupload</groupId>
                        <artifactId>commons-fileupload</artifactId>
                        <artifactId>h2</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>javax.servlet-api</artifactId>
                        <version>${project.version}</version>
                        <scope>compile</scope>
                </dependency>
+               <dependency>
+             <groupId>org.evosuite</groupId>
+             <artifactId>evosuite-standalone-runtime</artifactId>
+             <version>${evosuiteVersion}</version>
+             <scope>test</scope>
+        </dependency>
        </dependencies>
 </project>
\ No newline at end of file