From 47fe584b69f0631aa151c7e6a28378d5b712006c Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 22 Jan 2019 17:11:02 -0500 Subject: Add the queries endpoint and files related to the queries endpoint Issue-ID: AAI-1864 Change-Id: I50054dbaa5b069f0cdbe5b0dc0ce8c06a189589a Signed-off-by: Kajur, Harish (vk250x) --- aai-queries/pom.xml | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 aai-queries/pom.xml (limited to 'aai-queries/pom.xml') diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml new file mode 100644 index 0000000..ff931da --- /dev/null +++ b/aai-queries/pom.xml @@ -0,0 +1,192 @@ + + + + 4.0.0 + + org.onap.aai.schema-service + schema-service + 1.0.0-SNAPSHOT + + aai-queries + aai-queries + 1.0.0-SNAPSHOT + + https://nexus.onap.org + + https://wiki.onap.org/ + v15 + onap + /aai + 5000 + N/A + aai-schema/src/main/resources/${aai.release}/oxm + aai-schema/src/main/resources/${aai.release}/dbedgerules + v10 + v10 + v11 + v12 + v12 + v15 + v10,v11,v12,v13,v14,v15 + + + + + + onap + + onap + unbounded + N/A + aai-schema/src/main/resources/${aai.release}/oxm + aai-schema/src/main/resources/${aai.release}/dbedgerules + v10 + v10 + v11 + v12 + v12 + v15 + v10,v11,v12,v13,v14,v15 + v15 + + + + + + narad + + narad + /narad + 5000 + N/A + aai-schema/src/main/resources/${aai.release}/oxm + aai-schema/src/main/resources/${aai.release}/dbedgerules + v1 + v1 + v1 + v1 + v1 + v1 + v1,v2 + v2 + + + + + + + junit + junit + 4.12 + test + + + org.onap.aai.aai-common + aai-core + 1.4.0 + compile + + + org.hamcrest + java-hamcrest + 2.0.0.0 + test + + + org.hamcrest + hamcrest-core + 1.3 + test + + + org.mockito + mockito-all + 1.10.19 + test + + + org.springframework.boot + spring-boot-test + 1.5.15.RELEASE + test + + + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + com.mycila + license-maven-plugin + + + + + src/main/resources + false + + **/* + + + + ${project.basedir}/../aai-schema/src/main/resources/ + + **/oxm/**/*.xml + **/dbedgerules/**/*.json + + ${project.basedir}/src/main/resources/schema + false + + + + + + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + + + -- cgit 1.2.3-korg