diff options
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 7fdb34034..bee9747f8 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -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> @@ -73,6 +72,21 @@ </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> <version>4.5.2</version> @@ -109,4 +123,4 @@ </plugin> </plugins> </build> -</project> +</project>
\ No newline at end of file |