Update common/models/drools to 1.7.1/2.3.1/1.7.1 37/112337/2
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 8 Sep 2020 22:16:37 +0000 (17:16 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 8 Sep 2020 22:57:09 +0000 (17:57 -0500)
Issue-ID: POLICY-2789
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia78684b0f56007941ad6038d78b97bc70f9aa1bb
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
controlloop/common/controller-frankfurt/pom.xml
controlloop/common/controller-tdjam/pom.xml
controlloop/common/controller-usecases/pom.xml
controlloop/common/eventmanager/pom.xml
controlloop/common/feature-controlloop-management/pom.xml
pom.xml

index 809d9d4..d19782a 100644 (file)
             <version>${policy.models.version}</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
-            <artifactId>sdc</artifactId>
-            <version>${policy.models.version}</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
             <artifactId>sdnc</artifactId>
index 02483d3..a3386ce 100644 (file)
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
-            <artifactId>sdc</artifactId>
-            <version>${policy.models.version}</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
             <artifactId>sdnc</artifactId>
             <version>${policy.models.version}</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.onap.policy.models.policy-models-interactions</groupId>
-            <artifactId>model-yaml</artifactId>
-            <version>${policy.models.version}</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.drools-pdp</groupId>
             <artifactId>policy-management</artifactId>
index 7319818..6503d42 100644 (file)
             <version>${policy.models.version}</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
-            <artifactId>sdc</artifactId>
-            <version>${policy.models.version}</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
             <artifactId>sdnc</artifactId>
index 38964f3..3f6262e 100644 (file)
             <artifactId>gson</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
-            <artifactId>sdc</artifactId>
-            <version>${policy.models.version}</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
             <artifactId>aai</artifactId>
index 0b2f590..57d4dee 100644 (file)
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
-            <artifactId>sdc</artifactId>
-            <version>${policy.models.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
             <artifactId>eventmanager</artifactId>
diff --git a/pom.xml b/pom.xml
index 74bb6da..bb20c22 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +45,9 @@
         <staging.path>content/repositories/staging/</staging.path>
 
         <!-- Project common dependency versions -->
-        <version.policy.common>1.7.1-SNAPSHOT</version.policy.common>
-        <policy.models.version>2.3.1-SNAPSHOT</policy.models.version>
-        <version.policy.drools-pdp>1.7.1-SNAPSHOT</version.policy.drools-pdp>
+        <version.policy.common>1.7.1</version.policy.common>
+        <policy.models.version>2.3.1</policy.models.version>
+        <version.policy.drools-pdp>1.7.1</version.policy.drools-pdp>
     </properties>
 
     <build>