From 72231250ed81e10d66bfe70701e64fa5fe50f712 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 15 Jun 2016 23:09:44 +0200 Subject: Publish --- orchestrator-restapi/pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 orchestrator-restapi/pom.xml (limited to 'orchestrator-restapi/pom.xml') diff --git a/orchestrator-restapi/pom.xml b/orchestrator-restapi/pom.xml new file mode 100644 index 00000000000..58480cf0423 --- /dev/null +++ b/orchestrator-restapi/pom.xml @@ -0,0 +1,47 @@ + + + + 4.0.0 + + com.yahoo.vespa + parent + 6-SNAPSHOT + ../parent/pom.xml + + orchestrator-restapi + 6-SNAPSHOT + container-plugin + ${project.artifactId} + + + javax.ws.rs + javax.ws.rs-api + 2.0 + provided + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson2.version} + provided + + + com.google.code.findbugs + jsr305 + 1.3.9 + provided + + + + + + com.yahoo.vespa + bundle-plugin + true + + + + -- cgit v1.2.3