diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 11:26:57 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 11:27:08 -0400 |
commit | e5a5df8ff35d3615d9f7745e251f65a4e754b741 (patch) | |
tree | 343dfcd8125ba83e46dc4d183cf3b495ce0423a9 /PyPDPServer/pom.xml | |
parent | ae8d7757a6a42b50c1af0578a6014421398a32c6 (diff) |
should not need server/dist info.
Change-Id: I791f83e2f98d84cfea05f8dc80cbae68d41eead2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PyPDPServer/pom.xml')
-rw-r--r-- | PyPDPServer/pom.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml index 8cae8cc77..608bdea0d 100644 --- a/PyPDPServer/pom.xml +++ b/PyPDPServer/pom.xml @@ -46,7 +46,6 @@ <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> <springboot.version>1.3.3.RELEASE</springboot.version> </properties> @@ -55,16 +54,6 @@ <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> @@ -73,21 +62,6 @@ </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> - --> - <dependencyManagement> <dependencies> <dependency> |