From 4560a7f527325ac054b53757d3acbe4f29b53099 Mon Sep 17 00:00:00 2001 From: "hu.rui" Date: Mon, 23 Jan 2017 13:36:18 +0800 Subject: init dropwizard ioc container Change-Id: I549f2379b34a33e81ea571fe0f4ff39a09a79a06 Issue-id: OCS-193 Signed-off-by: hu.rui --- dropwizard-ioc-container/pom.xml | 83 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 dropwizard-ioc-container/pom.xml (limited to 'dropwizard-ioc-container') diff --git a/dropwizard-ioc-container/pom.xml b/dropwizard-ioc-container/pom.xml new file mode 100644 index 0000000..e5b41e3 --- /dev/null +++ b/dropwizard-ioc-container/pom.xml @@ -0,0 +1,83 @@ + + + + 4.0.0 + + org.openo.common-services.common-utilities + common-setting + 1.1.0-SNAPSHOT + + dropwizard-ioc-container + common-services-common-utilities/dropwizard-ioc-container + + + + + + io.dropwizard + dropwizard-core + 0.8.0 + provided + + + junit + junit + test + 4.8.2 + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + always + -XX:-UseSplitVerifier + ${maven.test.skip} + ${maven.test.failure.ignore} + + ${excludesFile} + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + + xml + html + + + + + package + + cobertura + + + + + + + -- cgit 1.2.3-korg