Bump up artifacts version to 1.1.3-SNAPSHOT
[policy/engine.git] / ONAP-PAP-REST / pom.xml
index fa20a6b..a91d8ea 100644 (file)
@@ -29,7 +29,7 @@
        <parent>
                <groupId>org.onap.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.3-SNAPSHOT</version>
        </parent>
        <build>
                <plugins>
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>ONAP-Logging</artifactId>
-                       <version>${common-modules.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>
+                       <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>javax.servlet</groupId>
                        <version>1.3.1</version>
                </dependency>
                <dependency>
-                   <groupId>org.apache.logging.log4j</groupId>
-               <artifactId>log4j-core</artifactId>
-               <version>2.8.2</version>
+                       <groupId>org.apache.logging.log4j</groupId>
+                       <artifactId>log4j-core</artifactId>
+                       <version>2.8.2</version>
                </dependency>
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>eclipselink</artifactId>
                        <version>2.6.0</version>
                </dependency>
-
                <dependency>
-                       <groupId>mysql</groupId>
-                       <artifactId>mysql-connector-java</artifactId>
-                       <version>5.1.30</version>
-               </dependency>
+            <groupId>org.mariadb.jdbc</groupId>
+            <artifactId>mariadb-java-client</artifactId>
+            <version>2.1.1</version>
+        </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-mock</artifactId>
                        <version>2.0.8</version>
                </dependency>
                <dependency>
-                       <groupId>org.onap.policy.engine</groupId>
-                       <artifactId>ControlloopPolicy</artifactId>
+                       <groupId>org.onap.policy.drools-applications</groupId>
+                       <artifactId>policy-yaml</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
                        <version>${jackson.version}</version>
                </dependency>
                <dependency>
-               <groupId>org.elasticsearch</groupId>
-               <artifactId>elasticsearch</artifactId>
-               <version>5.1.2</version>
+                       <groupId>org.elasticsearch</groupId>
+                       <artifactId>elasticsearch</artifactId>
+                       <version>5.1.2</version>
                </dependency>
                <dependency>
                        <groupId>io.searchbox</groupId>