Removing deprecated DMAAP library
[policy/drools-pdp.git] / feature-pooling-messages / pom.xml
similarity index 87%
rename from feature-pooling-dmaap/pom.xml
rename to feature-pooling-messages/pom.xml
index 5252c44..756abca 100644 (file)
@@ -3,6 +3,7 @@
   ONAP Policy Engine - Drools PDP
   ================================================================================
   Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved.
+  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.
         <version>2.1.1-SNAPSHOT</version>
     </parent>
 
-    <artifactId>feature-pooling-dmaap</artifactId>
+    <artifactId>feature-pooling-messages</artifactId>
 
-    <name>feature-pooling-dmaap</name>
+    <name>feature-pooling-messages</name>
     <description>Endpoints</description>
 
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <executions>
                     <execution>
     </build>
 
     <dependencies>
-        <dependency>
-            <groupId>com.att.nsa</groupId>
-            <artifactId>cambriaClient</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.att.nsa</groupId>
-                    <artifactId>saClientLibrary</artifactId>
-                </exclusion>
-            </exclusions>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>