Update SNAPSHOT version
[policy/engine.git] / PolicyEngineAPI / pom.xml
index c8ee4c1..9ea3117 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  ECOMP Policy Engine
+  ONAP Policy Engine
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
   ================================================================================
@@ -24,9 +24,9 @@
        <modelVersion>4.0.0</modelVersion>
        
        <parent>
-               <groupId>org.openecomp.policy.engine</groupId>
+               <groupId>org.onap.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
        </parent>
        
        <artifactId>PolicyEngineAPI</artifactId>
                        <artifactId>spring-webmvc</artifactId>
                        <version>4.3.3.RELEASE</version>
                </dependency>
+               <dependency>
+                   <groupId>com.google.code.gson</groupId>
+               <artifactId>gson</artifactId>
+               <version>2.8.0</version>
+               </dependency>
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                        </exclusions>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.policy.engine</groupId>
-                       <artifactId>ECOMP-XACML</artifactId>
+                       <groupId>org.onap.policy.engine</groupId>
+                       <artifactId>ONAP-XACML</artifactId>
                        <version>${project.version}</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.powermock</groupId>
+                                       <artifactId>powermock-api-mockito</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+               <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
+               <dependency>
+                   <groupId>org.mockito</groupId>
+                   <artifactId>mockito-all</artifactId>
+                   <version>1.10.19</version>
                </dependency>
        </dependencies>
        <build>