summaryrefslogtreecommitdiffstats
path: root/sdc-tosca-parser/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-tosca-parser/pom.xml')
-rw-r--r--sdc-tosca-parser/pom.xml33
1 files changed, 31 insertions, 2 deletions
diff --git a/sdc-tosca-parser/pom.xml b/sdc-tosca-parser/pom.xml
index 199a923..74bd7db 100644
--- a/sdc-tosca-parser/pom.xml
+++ b/sdc-tosca-parser/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-main-distribution-client</artifactId>
- <version>1.1.7-SNAPSHOT</version>
+ <version>1.1.8-SNAPSHOT</version>
</parent>
<artifactId>sdc-tosca-parser</artifactId>
@@ -70,10 +70,17 @@
<!-- Jython Tosca Parser -->
<dependency>
<groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
- <artifactId>jython-tosca-parser</artifactId>
+ <artifactId>jtosca</artifactId>
<version>0.4.1-SNAPSHOT</version>
</dependency>
+ <!-- jtosca Tosca Parser -->
+ <dependency>
+ <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
+ <artifactId>jtosca</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ </dependency>
+
<!-- TEST -->
<dependency>
@@ -110,7 +117,29 @@
<version>15.0</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.1.2</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.19.1</version>
+ <configuration>
+ <includes>
+ <include>**/ToscaParserTestSuite.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>