Added api document
[policy/engine.git] / POLICY-SDK-APP / pom.xml
index b8ac94b..5adb5d1 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>
@@ -56,6 +55,7 @@
                <skipassembly>true</skipassembly>
                <skiptests>false</skiptests>
                <jackson.version>2.6.0</jackson.version>
+           <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/*</sonar.exclusions>               
        </properties>
        <dependencies>
                <dependency>
                    <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>