diff options
Diffstat (limited to 'bpmn/MSOURN-plugin/pom.xml')
-rw-r--r-- | bpmn/MSOURN-plugin/pom.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml index 5ad57a6096..6022f4865b 100644 --- a/bpmn/MSOURN-plugin/pom.xml +++ b/bpmn/MSOURN-plugin/pom.xml @@ -16,12 +16,11 @@ <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> @@ -52,11 +50,6 @@ <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>3.0.1</version> @@ -68,5 +61,11 @@ <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 |