aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/pom.xml
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2017-04-11 13:30:42 +0200
committerxg353y <xg353y@intl.att.com>2017-04-11 15:34:19 +0200
commitb6b7bef8bdcad15af01ac88a038dd763ce59f68f (patch)
tree399d39da23aaa37701e487df064e3e0c27709ef3 /adapters/pom.xml
parent19340cad94eeaa1b580f7c0c99531de499e8ca14 (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 'adapters/pom.xml')
-rw-r--r--adapters/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/adapters/pom.xml b/adapters/pom.xml
index 8ccd8cd..67946aa 100644
--- a/adapters/pom.xml
+++ b/adapters/pom.xml
@@ -24,9 +24,16 @@
<module>mso-vnf-adapter</module>
<module>mso-vnf-adapter-async-client</module>
<module>mso-requests-db-adapter</module>
+ <module>mso-catalog-db-adapter</module>
</modules>
<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>httpclient</artifactId>