Removing deprecated DMAAP library
[policy/drools-pdp.git] / packages / install / pom.xml
index 45f15b7..a79aa0e 100644 (file)
@@ -4,6 +4,7 @@
   ================================================================================
   Copyright (C) 2017, 2022 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2020 Bell Canada.
+  Modifications Copyright (C) 2024 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -40,6 +41,7 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>
                     <execution>
@@ -93,7 +95,7 @@
         </dependency>
         <dependency>
             <groupId>org.onap.policy.drools-pdp</groupId>
-            <artifactId>feature-pooling-dmaap</artifactId>
+            <artifactId>feature-pooling-messages</artifactId>
             <version>${project.version}</version>
             <type>zip</type>
         </dependency>