Merge "Upgrade and add mariadb artifact"
[policy/parent.git] / integration / pom.xml
index 0a406a5..54ec6f9 100644 (file)
 
     <dependencyManagement>
         <dependencies>
+            <!-- MariaDB -->
+            <dependency>
+                <groupId>org.mariadb.jdbc</groupId>
+                <artifactId>mariadb-java-client</artifactId>
+                <version>2.2.6</version>
+            </dependency>
+
             <!-- Swagger Jersey2 JAXRS -->
             <dependency>
                 <groupId>io.swagger</groupId>
@@ -79,7 +86,6 @@
                 <groupId>javax.servlet</groupId>
                 <artifactId>javax.servlet-api</artifactId>
                 <version>4.0.1</version>
-                <scope>provided</scope>
             </dependency>
 
             <!-- HttpComponents Client -->
                 <version>4.4.9</version>
             </dependency>
 
-
-            <!-- utility classes, google's collections, io classes -->
-            <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>guava</artifactId>
-                <version>25.1-jre</version>
-            </dependency>
-
             <!-- JSON marshalling and unmarshalling -->
             <dependency>
                 <groupId>com.google.code.gson</groupId>
                 <version>1.3.0-oss</version>
             </dependency>
 
+            <!-- Commons CLI for command line parsing -->
+            <dependency>
+                <groupId>commons-cli</groupId>
+                <artifactId>commons-cli</artifactId>
+                <version>1.4</version>
+            </dependency>
+
             <!-- Test dependencies -->
 
             <!-- In memory Database Engine -->
                 <version>1.7.4</version>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>com.openpojo</groupId>
+                <artifactId>openpojo</artifactId>
+                <version>0.8.10</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
 
     </dependencyManagement>