Update snapshot of policy/drools-applications to 1.10.1-SNAPSHOT
[policy/drools-applications.git] / controlloop / common / feature-controlloop-management / pom.xml
index 0b2f590..f302cd7 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   ONAP
   ================================================================================
-  Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2019 Nordix Foundation.
   Modifications Copyright (C) 2020 Bell Canada.
   ================================================================================
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
         <artifactId>drools-applications-common</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.10.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>feature-controlloop-management</artifactId>
@@ -85,7 +85,8 @@
                             <includeScope>runtime</includeScope>
                             <excludeScope>provided</excludeScope>
                             <excludeTransitive>false</excludeTransitive>
-                            <excludeGroupIds>org.glassfish.hk2.external,org.glassfish.hk2</excludeGroupIds>
+                            <excludeGroupIds>org.glassfish.hk2.external,org.glassfish.hk2,io.swagger</excludeGroupIds>
+                            <excludeArtifactIds>jackson-annotations</excludeArtifactIds>
                         </configuration>
                     </execution>
                 </executions>
                 </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>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
-            <artifactId>actor.guard</artifactId>
+            <artifactId>actor.xacml</artifactId>
             <version>${policy.models.version}</version>
         </dependency>
         <dependency>