diff options
Diffstat (limited to 'bpmn/MSOCockpit/pom.xml')
-rw-r--r-- | bpmn/MSOCockpit/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml index 5fa9e7e2f1..ed9d08d060 100644 --- a/bpmn/MSOCockpit/pom.xml +++ b/bpmn/MSOCockpit/pom.xml @@ -3,7 +3,7 @@ <parent>
<groupId>org.openecomp.so</groupId>
<artifactId>bpmn</artifactId>
- <version>1.1.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -61,12 +61,6 @@ <artifactId>MSOCoreBPMN</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.evosuite</groupId>
- <artifactId>evosuite-standalone-runtime</artifactId>
- <version>${evosuiteVersion}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
|