From e2cc2530fc6d54ebc975c01a4ff887ce12f0a736 Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Wed, 29 Mar 2017 13:35:45 +0300 Subject: [SDC-6] sdc-distribution-client 1707 rebasing Change-Id: I322a05fd79beb6ba4fee4d32afffecf531b86e98 Signed-off-by: Pavel Aharoni --- jython-tosca-parser/pom.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 jython-tosca-parser/pom.xml (limited to 'jython-tosca-parser/pom.xml') diff --git a/jython-tosca-parser/pom.xml b/jython-tosca-parser/pom.xml new file mode 100644 index 0000000..3b82edd --- /dev/null +++ b/jython-tosca-parser/pom.xml @@ -0,0 +1,82 @@ + + 4.0.0 + + + org.openecomp.sdc + sdc-main-distribution-client + 1.1.0-SNAPSHOT + + + jython-tosca-parser + 0.3.1-SNAPSHOT + + + + org.python + jython-standalone + 2.7.1b3 + + + + com.google.guava + guava + 21.0 + + + + org.slf4j + slf4j-api + 1.7.25 + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.0.0 + + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + true + + + + attach-sources + + jar-no-fork + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg