From 04387deeab820e75c6d37d2ddd5b514cb7bcfd9e Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Sun, 11 Jun 2017 14:33:57 +0300 Subject: [SDC-32] separate Tosca Parser from DC Change-Id: I7e7f31ff2bd92fec22031f75b7051d129a21d01b Signed-off-by: Pavel Aharoni --- jython-tosca-parser/pom.xml | 82 --------------------------------------------- 1 file changed, 82 deletions(-) delete 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 deleted file mode 100644 index b7641a5..0000000 --- a/jython-tosca-parser/pom.xml +++ /dev/null @@ -1,82 +0,0 @@ - - 4.0.0 - - - org.openecomp.sdc.sdc-distribution-client - sdc-main-distribution-client - 1.1.8-SNAPSHOT - - - jython-tosca-parser - 0.4.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