aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-16 12:57:24 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-16 12:57:24 -0500
commit749b48cfb648da92dda8e1b364c6c0caa48335bc (patch)
tree2887637bf91687b90f09e85dbbd10f6beeea8442
parentf7ebd5c56f218843324488a4dd648a862b0ac175 (diff)
need distribution and repos
Change-Id: If690d9537aed3a166ef02efc89876b15d9471a9d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--PyPDPServer/pom.xml29
1 files changed, 24 insertions, 5 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml
index 5875edc29..de3966e29 100644
--- a/PyPDPServer/pom.xml
+++ b/PyPDPServer/pom.xml
@@ -48,6 +48,7 @@
<sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
<sonar.jacoco.itReportPath>/opt/app/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
+ <nexusproxy>https://nexus.openecomp.org</nexusproxy>
</properties>
<repositories>
@@ -55,6 +56,16 @@
<id>spring-releases</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases/</url>
+ </repository>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>OpenECOMP Staging Repository</name>
+ <url>${nexusproxy}/content/repositories/staging/</url>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -63,6 +74,19 @@
</pluginRepository>
</pluginRepositories>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP Snapshot Repository</name>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<dependencies>
<dependency>
<groupId>org.openecomp.policy.engine</groupId>
@@ -150,11 +174,6 @@
<version>2.4</version>
</dependency>
<dependency>
- <groupId>org.neo4j</groupId>
- <artifactId>neo4j-cypher-compiler-2.1</artifactId>
- <version>2.1.2</version>
- </dependency>
- <dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>