Update to latest Tosca parser 80/70080/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 9 Oct 2018 15:26:12 +0000 (11:26 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 9 Oct 2018 15:26:12 +0000 (11:26 -0400)
Use version 1.4.4 of Tosca parser, since version 1.4.3 does not exist.

Change-Id: Ibf90c4fa3f36d783847aca9f30d69b96013e8017
Issue-ID: CCSDK-616
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
ueb-listener/pom.xml

index 4c16693..885dea0 100755 (executable)
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
@@ -18,7 +20,7 @@
 
        <properties>
                <sdc.client.version>1.3.0</sdc.client.version>
-                <sdc.tosca.version>1.4.3</sdc.tosca.version>
+               <sdc.tosca.version>1.4.4</sdc.tosca.version>
                <fasterxml.jackson.version>2.9.4</fasterxml.jackson.version>
                <skip.SWM>true</skip.SWM>
                <ueb.listener.base>/opt/app/ueb-listener</ueb.listener.base>
                        <version>${sdc.client.version}</version>
                        <scope>compile</scope>
                </dependency>
-        <dependency>
-            <groupId>org.onap.sdc.sdc-tosca</groupId>
-            <artifactId>sdc-tosca</artifactId>
-            <version>${sdc.tosca.version}</version>
-            <scope>compile</scope>
-        </dependency>
+               <dependency>
+                       <groupId>org.onap.sdc.sdc-tosca</groupId>
+                       <artifactId>sdc-tosca</artifactId>
+                       <version>${sdc.tosca.version}</version>
+                       <scope>compile</scope>
+               </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>
                        <version>${junit.version}</version>
                        <scope>test</scope>
                </dependency>
-        <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>6.11</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <version>${mockito.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>ch.vorburger.mariaDB4j</groupId>
-            <artifactId>mariaDB4j</artifactId>
-            <version>2.2.3</version>
-            <scope>test</scope>
-        </dependency>
-               <dependency>
+               <dependency>
+                       <groupId>org.testng</groupId>
+                       <artifactId>testng</artifactId>
+                       <version>6.11</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>ch.vorburger.mariaDB4j</groupId>
+                       <artifactId>mariaDB4j</artifactId>
+                       <version>2.2.3</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.onap.ccsdk.sli.core</groupId>
                        <artifactId>dblib-provider</artifactId>
                        <version>${sdnctl.dblib.version}</version>