Remove auto generated rule to the drl
[policy/engine.git] / PolicyEngineClient / pom.xml
index 8d667dd..3703ad1 100644 (file)
@@ -1,9 +1,9 @@
 <?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.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
        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>
        <parent>
-               <groupId>org.openecomp.policy.engine</groupId>
+               <groupId>org.onap.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
-       <groupId>org.openecomp.policy.engine</groupId>
        <artifactId>PolicyEngineClient</artifactId>
        <dependencies>
                <dependency>
-                       <groupId>org.openecomp.policy.engine</groupId>
+                       <groupId>org.onap.policy.engine</groupId>
                        <artifactId>PolicyEngineAPI</artifactId>
                        <version>${project.version}</version>
                </dependency>
@@ -41,9 +40,9 @@
                        <version>1.1</version>
                </dependency>
                <dependency>
-                        <groupId>org.apache.httpcomponents</groupId>
-                        <artifactId>httpclient</artifactId>
-                       <version>4.5</version>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpclient</artifactId>
+                       <version>${httpclient.version}</version>
                </dependency>
        </dependencies>
        <build>