diff options
author | bobbymander <bobby.mander@att.com> | 2018-03-28 15:05:33 -0400 |
---|---|---|
committer | bobbymander <bobby.mander@att.com> | 2018-03-28 15:07:15 -0400 |
commit | cc02160dfa3a7a201b79fe11ceaa51e431be7341 (patch) | |
tree | 3f24dd1ef18ef75fd7e750ca35912a2a002680f1 /ONAP-SDK-APP | |
parent | 95a5bc9816c0bdf56b4ea6699004eb29940ddc6a (diff) |
POM changes to centralize test scope deps
Issue-ID: POLICY-600
Change-Id: I870317bbd125c6016818ec435ea7a406123c66c1
Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'ONAP-SDK-APP')
-rw-r--r-- | ONAP-SDK-APP/pom.xml | 6 |
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> |