diff options
author | Jim Hahn <jrh3@att.com> | 2018-10-30 10:00:16 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-10-31 23:51:41 +0000 |
commit | d1ec8ae8e501b04feaca9a007dd2c96dd3fd67d4 (patch) | |
tree | fe51cc6564aaf40d6cfcd1c469ea4739ce7fc04f | |
parent | 45f8e4279116c8ac96ad8fff0e03b8b3c1952ffb (diff) |
Remove openecomp repo from drools-pdp pom
Change-Id: I44437c34f79fe7f169f38715bfd88d5ebfab93e4
Issue-ID: POLICY-1231
Signed-off-by: Jim Hahn <jrh3@att.com>
(cherry picked from commit c6dc4507bcb7ac1b071c6aad5347461211201170)
-rw-r--r-- | pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -89,23 +89,6 @@ <module>packages</module> </modules> - <distributionManagement> - <repository> - <id>ecomp-releases</id> - <name>ONAP Release Repository</name> - <url>${nexusproxy}/${releases.path}</url> - </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>ONAP Snapshot Repository</name> - <url>${nexusproxy}/${snapshots.path}</url> - </snapshotRepository> - <site> - <id>ecomp-site</id> - <url>dav:${nexusproxy}${sitePath}</url> - </site> - </distributionManagement> - <dependencyManagement> <dependencies> <dependency> |