diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-05-03 09:02:10 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-05-03 09:02:18 -0400 |
commit | 687d2579c0d5755befcc797f261c515f91ee2f79 (patch) | |
tree | 0bd897bb7f158bbe520fa6d3b0de1bfa3af41e8a | |
parent | 1c09be611d5760dbcf832363905e6c3250fed3bd (diff) |
[POLICY-10] remove external repo
Change-Id: I9aa00159579aa49c7b9e20415f3f76bdec8b4e27
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -52,9 +52,9 @@ <repositories> <repository> - <id>central</id> - <name>Maven 2 repository</name> - <url>http://central.maven.org/maven2/</url> + <id>ecomp-snapshots</id> + <name>OpenECOMP Snapshots Repository</name> + <url>${nexusproxy}/${snapshots.path}</url> </repository> <repository> <id>ecomp-releases</id> |