From 280f8015d06af1f41a3ef12e8300801c7a5e0d54 Mon Sep 17 00:00:00 2001 From: AviZi Date: Fri, 9 Jun 2017 02:39:56 +0300 Subject: [SDC-29] Amdocs OnBoard 1707 initial commit. Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi --- openecomp-be/pom.xml | 132 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 79 insertions(+), 53 deletions(-) (limited to 'openecomp-be/pom.xml') diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index 6e61689386..6e4a9ad870 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -2,62 +2,36 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.openecomp.sdc - sdc-main - 1.1.0-SNAPSHOT - - + openecomp-sdc org.openecomp.sdc openecomp-sdc - - openecomp-sdc pom - http://maven.apache.org - - - - 4.1.3.RELEASE - 1.9.13 - 4.4.1 - 3.1.8 - 2.0.1 - 1 - 2.5 - 2.1.9 - 1.5.3 - 6.9.10 - 1.8 - 1.8 - 2.5 - 1.3.0 - 1.10 - 2.6 - 3.2.4 - 3.0.1-b04 - 5.3.1.Final - - 3.0.6 - - + http://maven.apache.org + + org.openecomp.sdc + sdc-onboarding + 1.1.0-SNAPSHOT + ../onboarding + /api /lib /configuration /tools/swagger-ui + /tools/migration/1702_to_1707_zusammen /backend + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + @@ -68,7 +42,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + ${mvn.compiler.version} true ${java.source} @@ -80,7 +54,7 @@ com.blackducksoftware.integration hub-maven-plugin - 1.0.4 + ${mvn.hub.version} false ${project.basedir} @@ -95,6 +69,48 @@ --> + + + org.codehaus.mojo + license-maven-plugin + ${mvn.license.version} + + false + ============LICENSE_START======================================================= + ============LICENSE_END========================================================= + ================================================================================ + apache_v2 + 2017 + AT&T Intellectual Property. All rights reserved. + SDC + true + true + true + true + false + + **/*.java + **/*.js + **/*.ts + + + src + app + server-mock + typings + + + + + first + + update-file-header + + + + + + @@ -105,45 +121,56 @@ commons-beanutils commons-beanutils - 1.9.3 + ${commons.beanutils.version} com.beust jcommander - 1.58 + ${jcommander.version} org.apache.httpcomponents httpasyncclient - 4.1.2 + ${httpasyncclient.version} com.sun.xml.bind jaxb-impl - 2.2.11 + ${jaxb.impl.version} org.beanshell bsh - 2.0b5 + ${bsh.version} commons-digester commons-digester - 2.1 + ${commons.digester.version} com.fasterxml classmate - 1.3.3 + ${classmate.version} + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.codehaus.groovy + groovy-all + ${groovy.version} - org.codehaus.janino janino @@ -151,7 +178,6 @@ provided - -- cgit 1.2.3-korg