From f20d0f04997dd07a94cab89dabec36b76f970e37 Mon Sep 17 00:00:00 2001 From: MichaelArrastia Date: Fri, 23 Mar 2018 10:28:15 +0000 Subject: [PATCH] Add maven deploy and nexus staging plugins Fix merge job which is failing with authorisation error. Issue-ID: AAI-927 Change-Id: Ibbf969de8d4d9d8238f8385a0c3d074887ef56dc Signed-off-by: MichaelArrastia --- champ-lib/pom.xml | 56 +++++++++++++++++++++++++++++++++++---------------- champ-service/pom.xml | 13 +++++++----- 2 files changed, 47 insertions(+), 22 deletions(-) diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index e6dd2f3..18070dd 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -55,21 +55,21 @@ limitations under the License. - - org.onap.aai.event-client - event-client-api - ${event.client.version} - - - org.onap.aai.event-client - event-client-dmaap - ${event.client.version} - - - org.onap.aai.event-client - event-client-kafka - ${event.client.version} - + + org.onap.aai.event-client + event-client-api + ${event.client.version} + + + org.onap.aai.event-client + event-client-dmaap + ${event.client.version} + + + org.onap.aai.event-client + event-client-kafka + ${event.client.version} + @@ -271,7 +271,29 @@ limitations under the License. - + --> diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 1717648..6ca7d00 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -61,13 +61,13 @@ limitations under the License. 1.18.6 - dom4j dom4j 1.6.1 provided + com.att.aft dme2 @@ -75,7 +75,6 @@ limitations under the License. provided - org.json json @@ -124,7 +123,6 @@ limitations under the License. ${org.apache.httpcomponents.httpclient.version} - org.onap.aai champ-core @@ -191,7 +189,13 @@ limitations under the License. - + + org.apache.maven.plugins + maven-deploy-plugin + + true + +