From 4ed15bda06c8e9a407c12d527b8224737ba339d5 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Sat, 13 Aug 2016 14:10:39 +0800 Subject: Initial code import Change-Id: I839b84e5200aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao --- apiroute/apiroute-service/pom.xml | 160 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 apiroute/apiroute-service/pom.xml (limited to 'apiroute/apiroute-service/pom.xml') diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml new file mode 100644 index 0000000..1d812c6 --- /dev/null +++ b/apiroute/apiroute-service/pom.xml @@ -0,0 +1,160 @@ + + + + + org.openo.msb.msb-core.apiroute + apiroute-parent + 1.0.0-SNAPSHOT + + 4.0.0 + org.openo.msb.msb-core.apiroute + apiroute-service + openo/msb/msb-core/apiroute/apiroute-service + jar + 1.0.0-SNAPSHOT + + + + + io.dropwizard + dropwizard-core + + + io.dropwizard + dropwizard-assets + + + io.dropwizard + dropwizard-client + + + io.swagger + swagger-jersey2-jaxrs + compile + + + + redis.clients + jedis + + + org.projectlombok + lombok + + + net.sf.json-lib + json-lib + + + junit + junit + test + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + + org.openo.msb.ApiRouteApp + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + src/main/java + + **/*.properties + + + + src/main/resources + + + + -- cgit 1.2.3-korg