aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-19 18:54:16 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-19 18:54:25 -0500
commit8206b705851aa605890baa9919a06344a3cc74d7 (patch)
tree75999ac68bce1910c70b0a44dd6a8a0741913ec4
parent6a657051065f5d326b9a1073cc118d62911244c9 (diff)
cleaning up pom's - no package
Change-Id: I3413153c5b6400dc1e07b0a4ac790b2156be04e4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--ECOMP-PAP-REST/pom.xml4
-rw-r--r--ECOMP-PDP-REST/pom.xml16
-rw-r--r--ECOMP-PDP/pom.xml10
-rw-r--r--pom.xml2
4 files changed, 5 insertions, 27 deletions
diff --git a/ECOMP-PAP-REST/pom.xml b/ECOMP-PAP-REST/pom.xml
index b3d406692..00e26159c 100644
--- a/ECOMP-PAP-REST/pom.xml
+++ b/ECOMP-PAP-REST/pom.xml
@@ -192,12 +192,12 @@
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
</dependency>
- <dependency>
+ <!-- PLD WHICH VERSION?>dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
- </dependency>
+ </dependency -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
diff --git a/ECOMP-PDP-REST/pom.xml b/ECOMP-PDP-REST/pom.xml
index b029df22f..f4243627e 100644
--- a/ECOMP-PDP-REST/pom.xml
+++ b/ECOMP-PDP-REST/pom.xml
@@ -142,18 +142,6 @@
<version>1.1</version>
<scope>provided</scope>
</dependency>
- <!-- <dependency>
- <groupId>com.att.nsa</groupId>
- <artifactId>gfp-2020</artifactId>
- <version>1.0.2</version>
- <type>pom</type>
- <exclusions>
- <exclusion>
- <artifactId>slf4j-log4j12</artifactId>
- <groupId>org.slf4j</groupId>
- </exclusion>
- </exclusions>
- </dependency> -->
<dependency>
<groupId>com.att.nsa</groupId>
<artifactId>cambriaClient</artifactId>
@@ -180,12 +168,12 @@
<artifactId>mockrunner</artifactId>
<version>0.3.1</version>
</dependency>
- <dependency>
+ <!-- PLD WHICH VERSION?>dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
- </dependency>
+ </dependency -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
diff --git a/ECOMP-PDP/pom.xml b/ECOMP-PDP/pom.xml
index 9856ee20f..79139b098 100644
--- a/ECOMP-PDP/pom.xml
+++ b/ECOMP-PDP/pom.xml
@@ -35,16 +35,6 @@
</parent>
<dependencies>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.2.4</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.2.4</version>
- </dependency>
- <dependency>
<groupId>org.openecomp.policy.engine</groupId>
<version>${project.version}</version>
<artifactId>ECOMP-REST</artifactId>
diff --git a/pom.xml b/pom.xml
index 2aacc3f9a..5148ef91b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<module>PyPDPServer</module>
<module>BRMSGateway</module>
<module>ecomp-sdk-app</module>
- <module>packages</module>
+ <!-- <module>packages</module> -->
</modules>
<repositories>