From 46c1a40e6cb283f7d42270b877401d584d168494 Mon Sep 17 00:00:00 2001 From: Geora Barsky Date: Fri, 22 Sep 2017 12:47:03 -0400 Subject: Sniro Emulator - Move to different location Change location of sniro emulator project from intgration/test/mock to integration/test/mocks/sniroemulator Change-Id: I808525d0d8ec23e785a5f06b7ba43a003a00d6fc JIRA-ID: INT-215 Signed-off-by: Geora Barsky --- test/mocks/sniroemulator/pom.xml | 142 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 test/mocks/sniroemulator/pom.xml (limited to 'test/mocks/sniroemulator/pom.xml') diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml new file mode 100644 index 000000000..7faff9356 --- /dev/null +++ b/test/mocks/sniroemulator/pom.xml @@ -0,0 +1,142 @@ + + + 4.0.0 + org.onap.integration + sniroemulator + 1.0-SNAPSHOT + sniroemulator + onap sniro emulator project based on Spring Boot + + + org.springframework.boot + spring-boot-starter-parent + 1.5.7.RELEASE + + + + + UTF-8 + UTF-8 + 1.8 + 2.8.9 + 9.2.22.v20170606 + + + + + org.springframework.boot + spring-boot-starter + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.cloud + spring-cloud-contract-wiremock + 1.1.3.RELEASE + compile + + + net.sf.jopt-simple + jopt-simple + 5.0.3 + + + org.eclipse.jetty + jetty-server + 9.2.22.v20170606 + + + org.eclipse.jetty + jetty-servlet + 9.2.22.v20170606 + + + org.eclipse.jetty + jetty-servlets + 9.2.22.v20170606 + + + org.eclipse.jetty + jetty-webapp + 9.2.22.v20170606 + + + com.google.guava + guava + 20.0 + + + com.fasterxml.jackson.core + jackson-core + ${versions.jackson} + + + com.fasterxml.jackson.core + jackson-annotations + ${versions.jackson} + + + com.fasterxml.jackson.core + jackson-databind + ${versions.jackson} + + + org.apache.httpcomponents + httpclient + + + org.xmlunit + xmlunit-core + 2.3.0 + + + org.xmlunit + xmlunit-legacy + 2.3.0 + + + com.jayway.jsonpath + json-path + 2.4.0 + + + org.slf4j + slf4j-api + 1.7.12 + + + org.apache.commons + commons-lang3 + 3.6 + + + com.flipkart.zjsonpatch + zjsonpatch + 0.3.0 + + + com.github.jknack + handlebars + 4.0.6 + + + + + ${project.artifactId} + + + org.springframework.boot + spring-boot-maven-plugin + + + maven-dependency-plugin + + + + -- cgit 1.2.3-korg