Use managed guava version
[portal.git] / ecomp-portal-widget-ms / widget-ms / pom.xml
index ffd99fe..7c5a40e 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
                <modelVersion>4.0.0</modelVersion>
 
        <!-- This project must name Spring as parent; cannot name Portal -->
@@ -8,7 +7,7 @@
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
                <version>1.4.2.RELEASE</version>
-               <relativePath /> <!-- lookup parent from repository -->
+               <relativePath/> <!-- lookup parent from repository -->
        </parent>
 
        <groupId>org.onap.portal</groupId>
@@ -23,7 +22,7 @@
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
                <java.version>1.8</java.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
-               <skipTests>true</skipTests>
+               <skipTests>false</skipTests>
                <!-- Replicate this from OParent -->
                <jacocoVersion>0.7.6.201602180812</jacocoVersion>
        </properties>