From c0604184b2aa8cff924ca783ec6b36f1f5988775 Mon Sep 17 00:00:00 2001 From: Zhaoxing Date: Tue, 8 Aug 2017 14:02:53 +0800 Subject: init code Change-Id: Icd0948118397b256da70dfbcbbec5520dc5eafd4 Signed-off-by: Zhaoxing --- wso2/dropwizard-ioc-container/pom.xml | 80 +++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 wso2/dropwizard-ioc-container/pom.xml (limited to 'wso2/dropwizard-ioc-container/pom.xml') diff --git a/wso2/dropwizard-ioc-container/pom.xml b/wso2/dropwizard-ioc-container/pom.xml new file mode 100644 index 0000000..6223c7f --- /dev/null +++ b/wso2/dropwizard-ioc-container/pom.xml @@ -0,0 +1,80 @@ + + + + 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 + + + + org.reflections + reflections + 0.9.10 + + + com.google.guava + guava + + + + + 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.apache.maven.plugins + maven-compiler-plugin + 3.5 + + 1.8 + 1.8 + 1.8 + 1.8 + + + + + + + -- cgit 1.2.3-korg