diff options
Diffstat (limited to 'bpmn/MSORESTClient/pom.xml')
-rw-r--r-- | bpmn/MSORESTClient/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml index e17a58f488..b042a9e82c 100644 --- a/bpmn/MSORESTClient/pom.xml +++ b/bpmn/MSORESTClient/pom.xml @@ -6,7 +6,7 @@ <parent>
<groupId>org.openecomp.so</groupId>
<artifactId>bpmn</artifactId>
- <version>1.1.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.so</groupId>
@@ -18,12 +18,6 @@ <dependencies>
<dependency>
- <groupId>org.evosuite</groupId>
- <artifactId>evosuite-standalone-runtime</artifactId>
- <version>${evosuiteVersion}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5</version>
|