summaryrefslogtreecommitdiffstats
path: root/lifecycle-test/pom.xml
diff options
context:
space:
mode:
authorsukesh a c <sukeshac@huawei.com>2017-02-20 10:53:24 +0000
committersukesh a c <sukeshac@huawei.com>2017-02-20 10:53:34 +0000
commitec08b3b3f1849ab83ac0fa286a0f7a2caf18e4b6 (patch)
treebe0f42356aeee8ffc1c7d0dc630bbd1589642dd5 /lifecycle-test/pom.xml
parentf6cebaa3427a26b2e6c2debf0c9f7d9fc341a297 (diff)
lifecycle test UT code added
issue-id: VNFSDK-16 Change-Id: I6b872eda3b7c273f3734b8d8c91d63ad9aef41d0 Signed-off-by: sukesh a c <sukeshac@huawei.com>
Diffstat (limited to 'lifecycle-test/pom.xml')
-rw-r--r--lifecycle-test/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/lifecycle-test/pom.xml b/lifecycle-test/pom.xml
index e81c0ab..cafaabb 100644
--- a/lifecycle-test/pom.xml
+++ b/lifecycle-test/pom.xml
@@ -42,5 +42,28 @@
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
</dependency>
+ <!-- UT -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.10</version>
+ <scope>test</scope>
+ </dependency>
+ <!-- jersey -->
+ <dependency>
+ <groupId>org.glassfish.jersey.core</groupId>
+ <artifactId>jersey-server</artifactId>
+ <version>2.16</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.media</groupId>
+ <artifactId>jersey-media-multipart</artifactId>
+ <version>2.16</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jersey.containers</groupId>
+ <artifactId>jersey-container-servlet-core</artifactId>
+ <version>2.16</version>
+ </dependency>
</dependencies>
</project>