Fixes for pom warnings
[policy/engine.git] / POLICY-SDK-APP / pom.xml
index b8ac94b..c84fbb7 100644 (file)
@@ -30,7 +30,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.19.1</version>
                                <configuration>
                                        <skipTests>${skiptests}</skipTests>
                                        <includes>
                    <artifactId>snakeyaml</artifactId>
                    <version>1.16</version>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.tomcat</groupId>
+                       <artifactId>tomcat-jdbc</artifactId>
+                       <version>8.0.24</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.tomcat</groupId>
+                       <artifactId>tomcat-dbcp</artifactId>
+                       <version>8.5.9</version>
+               </dependency>
        </dependencies>
 </project>