diff options
author | xg353y <xg353y@intl.att.com> | 2017-04-11 13:30:42 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-04-11 15:34:19 +0200 |
commit | b6b7bef8bdcad15af01ac88a038dd763ce59f68f (patch) | |
tree | 399d39da23aaa37701e487df064e3e0c27709ef3 /bpmn/MSOCockpit/pom.xml | |
parent | 19340cad94eeaa1b580f7c0c99531de499e8ca14 (diff) |
[MSO-8] Update the maven dependency
Update the maven depenency for sdc-distribution-client to cooperate with the sdc changes.
Change-Id: I2da936e5c40cb68c7181bb78307192dd5655b5dc
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'bpmn/MSOCockpit/pom.xml')
-rw-r--r-- | bpmn/MSOCockpit/pom.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml index 939c185950..a985dc91b1 100644 --- a/bpmn/MSOCockpit/pom.xml +++ b/bpmn/MSOCockpit/pom.xml @@ -36,16 +36,16 @@ </plugin> </plugins> </build> - + <dependencies> - + <dependency> <groupId>org.camunda.bpm.webapp</groupId> <artifactId>camunda-webapp-jboss-standalone</artifactId> <version>${camunda.version}</version> <type>war</type> </dependency> - + <dependency> <groupId>org.openecomp.mso</groupId> <artifactId>common</artifactId> @@ -61,6 +61,12 @@ <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> |