From fa49e78cc199526a9e33b59c5194f8e3bf0f0952 Mon Sep 17 00:00:00 2001 From: huangjian Date: Wed, 31 Aug 2016 16:47:33 +0800 Subject: Add winery source code Change-Id: I1c5088121d79b71098c3cba1996c6f784737532e Issue-id: TOSCA-49 Signed-off-by: huangjian --- winery/org.eclipse.winery.topologymodeler/pom.xml | 193 ++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 winery/org.eclipse.winery.topologymodeler/pom.xml (limited to 'winery/org.eclipse.winery.topologymodeler/pom.xml') diff --git a/winery/org.eclipse.winery.topologymodeler/pom.xml b/winery/org.eclipse.winery.topologymodeler/pom.xml new file mode 100644 index 0000000..7d6c9f3 --- /dev/null +++ b/winery/org.eclipse.winery.topologymodeler/pom.xml @@ -0,0 +1,193 @@ + + + + 4.0.0 + + org.eclipse.winery + winery + 0.1.37-SNAPSHOT + + org.eclipse.winery.topologymodeler + war + + UTF-8 + + + + com.sun.jersey + jersey-server + 1.17.1 + compile + + + commons-logging + commons-logging + + + + + com.sun.jersey + jersey-servlet + 1.17.1 + compile + + + commons-logging + commons-logging + + + + + com.sun.jersey + jersey-core + 1.17.1 + compile + + + commons-logging + commons-logging + + + + + org.eclipse.winery + org.eclipse.winery.repository.client + 0.1.37-SNAPSHOT + compile + + + commons-logging + commons-logging + + + + + org.apache.commons + commons-lang3 + 3.1 + compile + + + commons-logging + commons-logging + + + + + ch.qos.logback + logback-classic + 1.1.1 + compile + + + org.slf4j + jcl-over-slf4j + 1.7.6 + compile + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.4 + + + + ${basedir}/src/main/webapp/WEB-INF + true + WEB-INF + + tags/about.tag + + + + true + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + com.github.eirslett + frontend-maven-plugin + 1.0 + + + v4.5.0 + 2.15.9 + https://nodejs.org/dist/ + https://registry.npmjs.org/npm/-/ + + + + install node and npm + + initialize + + install-node-and-npm + npm + + + + bower install + initialize + + bower + + + + + + winery-topologymodeler + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.0.0,) + + run + + + + + + + + + + + + + + -- cgit 1.2.3-korg