Policy 1707 commit to LF
[policy/engine.git] / BRMSGateway / pom.xml
index 7fdb340..bee9747 100644 (file)
@@ -26,7 +26,6 @@
                <artifactId>PolicyEngineSuite</artifactId>
                <version>1.1.0-SNAPSHOT</version>
        </parent>
-       
        <artifactId>BRMSGateway</artifactId>
        <description>This application will take in BRMS rules and acts as interface between PR and PDP XACML</description>
        <dependencies>
                                </exclusion>
                        </exclusions>
                </dependency>
+               <dependency>
+                       <groupId>com.att.nsa</groupId>
+                       <artifactId>dmaapClient</artifactId>
+                       <version>0.2.12</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-log4j12</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>com.att.aft</groupId>
+                                       <artifactId>dme2</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
                        </plugin>
                </plugins>
        </build>
-</project>
+</project>
\ No newline at end of file