aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-SDK-APP/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-28 22:40:49 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-28 22:40:49 +0000
commitd55ccfaddecd2a8b00f1d1525ceb9afa98dc8989 (patch)
tree9a3aea3e07ab03fc37a274541ccc2def491e83cd /ONAP-SDK-APP/pom.xml
parente044eecc921760327edc5c4fc9a16cbb36923c27 (diff)
parentcc02160dfa3a7a201b79fe11ceaa51e431be7341 (diff)
Merge "POM changes to centralize test scope deps"
Diffstat (limited to 'ONAP-SDK-APP/pom.xml')
-rw-r--r--ONAP-SDK-APP/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml
index 9e6f1b21c..9f383bf9a 100644
--- a/ONAP-SDK-APP/pom.xml
+++ b/ONAP-SDK-APP/pom.xml
@@ -27,7 +27,6 @@
</parent>
<artifactId>ONAP-SDK-APP</artifactId>
<packaging>war</packaging>
-
<properties>
<encoding>UTF-8</encoding>
<epsdk.version>2.1.0</epsdk.version>
@@ -319,10 +318,5 @@
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.12</version>
- </dependency>
</dependencies>
</project>