From 726031bf80339a3c23cc52f89a403e86afa301f4 Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Thu, 21 Mar 2019 16:19:09 +0100 Subject: [PATCH] Reverse oparent to snapshot Add profiles from oparent Change-Id: I42660228eaad14a275043be26424ae88e9bf8d69 Issue-ID: EXTAPI-223 Signed-off-by: MatthieuGeerebaert --- pom.xml | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 146 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 30d19d5..09cc6b3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.externalapi-nbi @@ -21,7 +21,7 @@ org.onap.oparent oparent - 2.0.0 + 2.0.0-SNAPSHOT @@ -30,6 +30,7 @@ 1.8 1.8 org.onap.nbi.Application + https://nexus.onap.org https://nexus.onap.org content/repositories/snapshots/ content/repositories/releases/ @@ -56,24 +57,29 @@ **/model/**/* - - - maven2-repository.java.net - Java.net Repository for Maven - http://download.java.net/maven/2/ - default - - - ecomp-snapshots - Snapshot Repository - https://nexus.onap.org/content/repositories/releases/ - - - ecomp-staging - Staging Repository - https://nexus.onap.org/content/repositories/staging/ - - + + + + + + + + + + + + + + + + + + + + + + + @@ -193,7 +199,7 @@ com.google.guava guava - + @@ -283,18 +289,18 @@ org.onap.msb.java-sdk msb-java-sdk - 1.2.0 + 1.1.1 com.google.guava guava - + - + - com.google.guava - guava + com.google.guava + guava @@ -547,6 +553,119 @@ + + onap-settings + + https://nexus.onap.org + https://nexus.onap.org/content/sites/raw + + + https://nexus.onap.org/service/local/repositories/raw/content + + ecomp-raw + + + nexus3.onap.org:10003 + nexus3.onap.org:10002 + nexus3.onap.org:10001 + nexus3.onap.org:10003 + + + + onap-snapshots + + + onap-snapshots + onap-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + + onap-snapshots + onap-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + + onap-releases + + + onap-releases + onap-releases + https://nexus.onap.org/content/repositories/releases/ + + true + + + false + + + + + + onap-releases + onap-releases + https://nexus.onap.org/content/repositories/releases/ + + true + + + false + + + + + + onap-public + + + central + http://repo1.maven.org/maven2/ + + + onap-public + onap-public + https://nexus.onap.org/content/repositories/public/ + + true + + + false + + + + + + central + http://repo1.maven.org/maven2/ + + + onap-public + onap-public + https://nexus.onap.org/content/repositories/public/ + + true + + + false + + + + -- 2.16.6