aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/pom.xml
diff options
context:
space:
mode:
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 8ccd8cdc71..67946aabf8 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>