Bump up artifacts version to 1.1.3-SNAPSHOT
[policy/engine.git] / LogParser / pom.xml
index 81784b8..232ca45 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  ECOMP Policy Engine
+  ONAP Policy Engine
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
   ================================================================================
@@ -24,9 +24,9 @@
        <modelVersion>4.0.0</modelVersion>
        
        <parent>
-               <groupId>org.openecomp.policy.engine</groupId>
+               <groupId>org.onap.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.3-SNAPSHOT</version>
        </parent>
        <artifactId>LogParser</artifactId>
        
             <artifactId>h2</artifactId>
             <version>1.4.193</version>
         </dependency>
-        <dependency>
-                       <groupId>mysql</groupId>
-                       <artifactId>mysql-connector-java</artifactId>
-                       <version>5.1.30</version>
-               </dependency>
                <dependency>
-                       <groupId>org.mariadb.jdbc</groupId>
-                       <artifactId>mariadb-java-client</artifactId>
-                       <version>1.2.3</version>
-               </dependency>  
+            <groupId>org.mariadb.jdbc</groupId>
+            <artifactId>mariadb-java-client</artifactId>
+            <version>2.1.1</version>
+        </dependency> 
+               <dependency>
+                       <groupId>org.onap.policy.common</groupId>
+                       <artifactId>ONAP-Logging</artifactId>
+                       <version>${project.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.powermock</groupId>
+                                       <artifactId>powermock-module-junit4</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.powermock</groupId>
+                                       <artifactId>powermock-api-mockito</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
                <dependency>
-                       <groupId>org.openecomp.policy.common</groupId>
+                       <groupId>org.onap.policy.common</groupId>
                        <artifactId>integrity-monitor</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>                   
                        <exclusions>
                                <exclusion>
                                        <groupId>org.powermock</groupId>
                                                <manifest>
                                                        <addClasspath>true</addClasspath>
                                                        <classpathPrefix>lib/</classpathPrefix>
-                                                       <mainClass>org.openecomp.xacml.parser.ParseLog</mainClass>
+                                                       <mainClass>org.onap.xacml.parser.ParseLog</mainClass>
                                                </manifest>
                                        </archive>
                                        <descriptorRefs>