diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2017-10-03 19:16:28 +0530 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2017-10-03 19:16:28 +0530 |
commit | cb1858f5625ed272cb7aa429fac3b10ecbb9dcd8 (patch) | |
tree | e1a602e4e6d5b8284f5acabc045eaa4aa0d61401 /adapters/mso-vnf-adapter/pom.xml | |
parent | 86a5f1e92607995eefe927fbbc459a18daf60519 (diff) |
Adding UT for MSO Vnf Adapter
IssueId: SO-176
Change-Id: I66f7a522bdd85c65abba57e2802bb5085b4535a7
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'adapters/mso-vnf-adapter/pom.xml')
-rw-r--r-- | adapters/mso-vnf-adapter/pom.xml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/adapters/mso-vnf-adapter/pom.xml b/adapters/mso-vnf-adapter/pom.xml index ba0c87ab5e..9c5d74cb81 100644 --- a/adapters/mso-vnf-adapter/pom.xml +++ b/adapters/mso-vnf-adapter/pom.xml @@ -30,7 +30,7 @@ <version>2.3</version>
<executions>
<execution>
- <id>Synch</id>
+ <id>Synch</id>
<goals>
<goal>wsgen</goal>
</goals>
@@ -42,7 +42,7 @@ </configuration>
</execution>
<execution>
- <id>Asynch</id>
+ <id>Asynch</id>
<goals>
<goal>wsgen</goal>
</goals>
@@ -70,7 +70,7 @@ </plugins>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
@@ -144,7 +144,18 @@ <artifactId>status-control</artifactId>
<version>${project.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.jmockit</groupId>
+ <artifactId>jmockit</artifactId>
+ <version>1.8</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
<!-- <dependency> -->
<!-- <groupId>org.openecomp.so</groupId> -->
<!-- <artifactId>mso-catalog-db</artifactId> -->
|