From 0ca153b6f70c0b18e88ab802b67f7a10065269e1 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Wed, 13 Feb 2019 00:54:42 -0500 Subject: Remove the aai-schema from aai-common Issue-ID: AAI-1871 Change-Id: I0d836c8105083f511877f74f08044cc86905e7be Signed-off-by: Harish Venkata Kajur --- aai-core/pom.xml | 541 +------------------- aai-core/pom.xml.versionsBackup | 1063 --------------------------------------- 2 files changed, 4 insertions(+), 1600 deletions(-) delete mode 100644 aai-core/pom.xml.versionsBackup (limited to 'aai-core') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f43c19e7..06820a3a 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -89,539 +89,6 @@ - - generateXsd - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ${gendoc.version} - - - gen_type - XSD - - - yamlresponses_url - - - - yamlresponses_label - - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - schema.translator.list - ${schema.translator.list} - - - aai.release - ${aai.release} - - - - - - - - - - - generateYaml - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ${gendoc.version} - - - gen_type - YAML - - - yamlresponses_url - https://wiki.web.att.com/pages/viewpage.action?pageId=607391054 - - - - yamlresponses_label - Response codes found in [response codes] - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - schema.translator.list - ${schema.translator.list} - - - aai.release - ${aai.release} - - - - - - - - - - - generateHtml - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - process-classes - - java - - - org.onap.aai.util.swagger.GenerateSwagger - - - aai.generate.version - ${gendoc.version} - - - aai.wiki.link - ${aai.wiki.link} - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - schema.translator.list - ${schema.translator.list} - - - aai.release - ${aai.release} - - - - - - - - - - - autoGenerate - - - aai.generate.schema - !false - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - autoGenerateXsd - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ALL - - - gen_type - XSD - - - yamlresponses_url - - - - yamlresponses_label - - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - schema.translator.list - ${schema.translator.list} - - - aai.release - ${aai.release} - - - - - - autoGenerateYaml - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ALL - - - gen_type - YAML - - - yamlresponses_url - https://wiki.web.att.com/pages/viewpage.action?pageId=607391054 - - - - yamlresponses_label - Response codes found in [response codes] - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - aai.release - ${aai.release} - - - - - - autoGenerateHtml - process-classes - - java - - - org.onap.aai.util.AutoGenerateHtml - - - aai.generate.version - ${gendoc.version} - - - aai.wiki.link - ${aai.wiki.link} - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - aai.release - ${aai.release} - - - - - - - - - @@ -651,9 +118,9 @@ - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.4.0 + 1.0.0 ${project.basedir}/src/test/resources/ onap/oxm/**/*.xml @@ -670,9 +137,9 @@ - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.4.0 + 1.0.0 ${project.basedir}/src/test/resources/ onap/dbedgerules/**/*.json diff --git a/aai-core/pom.xml.versionsBackup b/aai-core/pom.xml.versionsBackup deleted file mode 100644 index 55c5d712..00000000 --- a/aai-core/pom.xml.versionsBackup +++ /dev/null @@ -1,1063 +0,0 @@ - - - - 4.0.0 - - org.onap.aai.aai-common - aai-common - 1.3.1-SNAPSHOT - - aai-core - aai-core - 1.3.1-SNAPSHOT - jar - - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - false - ${project.version} - 4.5.5 - 2.2.3 - 1.0.0 - 1.2.3 - 2.3.21 - 5.15.6 - 0.50 - 3.2.2 - 2.4.15 - 9.4.11.v20180605 - - - https://wiki.onap.org/ - v14 - onap - /aai - N/A - aai-schema/src/main/resources/${aai.release}/oxm - aai-schema/src/main/resources/${aai.release}/dbedgerules - v9 - v10 - v11 - v12 - v12 - v14 - v8,v9,v10,v11,v12,v13,v14 - - - - - - onap - - onap - N/A - aai-schema/src/main/resources/${aai.release}/oxm - aai-schema/src/main/resources/${aai.release}/dbedgerules - v9 - v10 - v11 - v12 - v12 - v14 - v8,v9,v10,v11,v12,v13,v14 - v14 - - - - - generateXsd - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ${gendoc.version} - - - gen_type - XSD - - - yamlresponses_url - - - - yamlresponses_label - - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - aai.release - ${aai.release} - - - - - - - - - - - generateYaml - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ${gendoc.version} - - - gen_type - YAML - - - yamlresponses_url - https://wiki.web.att.com/pages/viewpage.action?pageId=607391054 - - - - yamlresponses_label - Response codes found in [response codes] - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - aai.release - ${aai.release} - - - - - - - - - - - generateHtml - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - process-classes - - java - - - org.onap.aai.util.swagger.GenerateSwagger - - - aai.generate.version - ${gendoc.version} - - - aai.wiki.link - ${aai.wiki.link} - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - aai.release - ${aai.release} - - - - - - - - - - - autoGenerate - - - aai.generate.schema - !false - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - autoGenerateXsd - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ALL - - - gen_type - XSD - - - yamlresponses_url - - - - yamlresponses_label - - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - schema.uri.base.path - ${schema.uri.base.path} - - - aai.release - ${aai.release} - - - - - - autoGenerateYaml - process-classes - - java - - - org.onap.aai.util.GenerateXsd - - - gen_version - ALL - - - gen_type - YAML - - - yamlresponses_url - https://wiki.web.att.com/pages/viewpage.action?pageId=607391054 - - - - yamlresponses_label - Response codes found in [response codes] - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - aai.release - ${aai.release} - - - - - - autoGenerateHtml - process-classes - - java - - - org.onap.aai.util.AutoGenerateHtml - - - aai.generate.version - ${gendoc.version} - - - aai.wiki.link - ${aai.wiki.link} - - - schema.configuration.location - ${schema.configuration.location} - - - schema.nodes.location - ${schema.nodes.location} - - - schema.edges.location - ${schema.edges.location} - - - schema.version.list - ${schema.version.list} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.depth.start - ${schema.version.depth.start} - - - schema.version.related.link.start - ${schema.version.related.link.start} - - - schema.version.app.root.start - ${schema.version.app.root.start} - - - schema.version.edge.label.start - ${schema.version.app.root.start} - - - schema.version.namespace.change.start - ${schema.version.namespace.change.start} - - - schema.version.api.default - ${schema.version.api.default} - - - aai.release - ${aai.release} - - - - - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - -noverify ${argLine} - - . - bundleconfig-local - - - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco.exec - - ${project.reporting.outputDirectory}/jacoco - - - - default-check - - check - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - org.apache.maven.plugins - maven-site-plugin - - - - - - - org.onap.aai.aai-common - aai-schema-ingest - ${project.version} - - - org.onap.aai.aai-common - aai-annotations - ${project.version} - - - commons-lang - commons-lang - 2.6 - - - org.apache.commons - commons-text - 1.1 - compile - - - com.att.eelf - eelf-core - ${eelf.core.version} - - - org.codehaus.jackson - jackson-core-asl - 1.9.13 - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.13 - - - junit - junit - 4.12 - test - - - org.hamcrest - hamcrest-junit - 2.0.0.0 - test - - - org.hamcrest - hamcrest-core - 1.3 - test - - - org.mockito - mockito-all - 1.10.19 - test - - - org.powermock - powermock-module-junit4 - 1.6.2 - test - - - org.powermock - powermock-api-mockito - 1.6.2 - test - - - com.google.guava - guava - 19.0 - - - org.janusgraph - janusgraph-core - 0.2.0 - - - org.slf4j - slf4j-log4j12 - - - dom4j - dom4j - - - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - ${jackson.version} - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - org.springframework - spring-web - 4.3.18.RELEASE - - - org.springframework - spring-context - 4.3.18.RELEASE - - - javax.xml.bind - jaxb-api - 2.2.11 - - - org.eclipse.persistence - eclipselink - 2.6.2 - - - com.google.code.gson - gson - 2.7 - - - com.jayway.jsonpath - json-path - 2.2.0 - - - org.eclipse.jetty - jetty-util - ${jetty.version} - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - ${jackson.version} - - - com.sun.jersey - jersey-core - 1.18 - - - com.sun.jersey - jersey-client - 1.18 - - - com.sun.jersey - jersey-json - 1.18 - - - javax.ws.rs - javax.ws.rs-api - 2.0.1 - - - org.apache.tinkerpop - gremlin-core - ${gremlin.version} - - - org.apache.tinkerpop - tinkergraph-gremlin - ${gremlin.version} - - - org.slf4j - slf4j-api - 1.7.5 - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${jackson.version} - - - xml-apis - xml-apis - 1.0.b2 - - - commons-cli - commons-cli - 1.3 - - - com.beust - jcommander - 1.48 - - - org.json - json - 20160810 - - - javax.servlet - javax.servlet-api - 3.1.0 - - - com.bazaarvoice.jolt - jolt-complete - 0.0.24 - - - ch.qos.logback - logback-core - ${logback.version} - - - ch.qos.logback - logback-classic - ${logback.version} - - - ch.qos.logback - logback-access - ${logback.version} - - - org.apache.activemq - activemq-broker - ${activemq.version} - - - com.opencsv - opencsv - 3.1 - - - org.freemarker - freemarker - ${freemarker.version} - - - com.github.fge - json-patch - 1.9 - - - org.codehaus.groovy - groovy - ${groovy.version} - indy - - - org.springframework - spring-test - 4.3.18.RELEASE - test - - - org.springframework.boot - spring-boot-test - 1.5.1.RELEASE - test - - - org.powermock - powermock-module-javaagent - 1.6.2 - test - - - org.skyscreamer - jsonassert - 1.4.0 - test - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - org.apache.tinkerpop - gremlin-groovy - ${gremlin.version} - - - org.codehaus.groovy - groovy - - - - - org.springframework - spring-jms - 4.3.18.RELEASE - - - com.fasterxml.jackson.core - jackson-core - 2.8.11 - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11 - - - com.fasterxml.jackson.core - jackson-annotations - 2.8.11 - - - log4j - log4j - 1.2.17 - - - org.springframework.boot - spring-boot - 1.5.15.RELEASE - compile - - - - - - - central - http://repo1.maven.org/maven2 - - - EvoSuite - EvoSuite Repository - http://www.evosuite.org/m2 - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - - -- cgit 1.2.3-korg