From 3982f4f67314ec37fd9b22ae54049958af777c1b Mon Sep 17 00:00:00 2001 From: jimmydot Date: Sun, 7 May 2017 14:58:24 -0400 Subject: [VID-6] Initial rebase push Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot --- vid/pom.xml | 462 ------------------------------------------------------------ 1 file changed, 462 deletions(-) delete mode 100644 vid/pom.xml (limited to 'vid/pom.xml') diff --git a/vid/pom.xml b/vid/pom.xml deleted file mode 100644 index b236314a..00000000 --- a/vid/pom.xml +++ /dev/null @@ -1,462 +0,0 @@ - - - 4.0.0 - - - org.openecomp.vid - vid - 1.1.0-SNAPSHOT - war - VID Webapp - VID Webapp based on the Ecomp SDK - - - UTF-8 - 1.0.0 - 4.2.0.RELEASE - 4.3.11.Final - - true - - true - - - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/openecomp/vid/${project.version} - - - - - ecomp-releases - VID Release Repository - ${nexusproxy}/${releaseNexusPath} - - - ecomp-snapshots - VID Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - ecomp-staging - VID Staging Repository - ${nexusproxy}/${stagingNexusPath} - - - - oss-snapshots - oss Central - Snapshots - https://oss.sonatype.org/service/local/repositories/releases/content/ - - - - - - - ecomp-releases - VID Release Repository - ${nexusproxy}/${releaseNexusPath} - - - ecomp-snapshots - VID Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - - - - - - doclint-java8-disable - - [1.8,) - - - - - org.codehaus.mojo - versions-maven-plugin - 1.3.1 - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - - - - - - jenkins - - - env.BUILD_NUMBER - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - xml - - - - - package - - cobertura - - - - - - - - - - - - vid - - - org.apache.maven.plugins - maven-deploy-plugin - 2.5 - - - org.apache.tomcat.maven - tomcat6-maven-plugin - 2.2 - - - - org.apache.tomcat.maven - tomcat7-maven-plugin - 2.2 - - - - - org.jsonschema2pojo - jsonschema2pojo-maven-plugin - 0.4.23 - - ${basedir}/src/main/resources/json/mso - org.openecomp.vid.domain.mso - ${project.build.directory}/generated-sources - - - - - generate - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - ${skiptests} - - **/Test*.java - **/*Test.java - **/*TestCase.java - - - **/selenium/*.java - - - ${basedir}/war - - - classpath: - - - - - - maven-assembly-plugin - - ${skipassembly} - - ${basedir}/distribution.xml - - - - - make-assembly - package - - single - - - - - - - - - - - org.openecomp.ecompsdkos - ecompSDK-core - ${epsdk.version} - - - org.openecomp.ecompsdkos - ecompSDK-analytics - ${epsdk.version} - - - org.openecomp.ecompsdkos - ecompSDK-workflow - ${epsdk.version} - - - com.att.eelf - eelf-core - 0.0.1 - - - - com.fasterxml.jackson.core - jackson-annotations - 2.6.3 - - - com.fasterxml.jackson.core - jackson-core - 2.6.3 - - - com.fasterxml.jackson.core - jackson-databind - 2.6.3 - - - com.mchange - c3p0 - 0.9.5.2 - - - io.searchbox - jest - 2.0.0 - - - commons-logging - commons-logging - - - - - javax.servlet - javax.servlet-api - 3.1.0 - - - junit - junit - 4.12 - - - - org.elasticsearch - elasticsearch - 2.2.0 - - - org.json - json - 20160212 - - - org.quartz-scheduler - quartz - 2.2.1 - - - - c3p0 - c3p0 - - - - - - org.slf4j - jcl-over-slf4j - 1.7.12 - - - org.springframework - spring-context-support - ${springframework.version} - - - org.springframework - spring-core - ${springframework.version} - - - commons-logging - commons-logging - - - - - org.springframework - spring-test - ${springframework.version} - - - org.springframework - spring-tx - ${springframework.version} - - - org.springframework - spring-web - ${springframework.version} - - - org.springframework - spring-webmvc - ${springframework.version} - - - org.glassfish.jersey.core - jersey-client - 2.23.1 - - - org.glassfish.jersey.connectors - jersey-jetty-connector - 2.23.1 - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - 2.6.3 - - - commons-beanutils - commons-beanutils - 1.8.3 - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - org.seleniumhq.selenium - selenium-java - 2.53.1 - test - - - org.seleniumhq.selenium - selenium-api - 2.53.1 - test - - - org.testng - testng - 6.8 - test - - - org.seleniumhq.selenium - selenium-firefox-driver - 2.53.1 - - - xml-apis - xml-apis - 1.4.01 - - - org.openecomp.vid - asdcclient - 1.0.2-SNAPSHOT - - - org.mariadb.jdbc - mariadb-java-client - 1.4.6 - - - -- cgit 1.2.3-korg