diff options
author | ChuanyuChen <chenchuanyu@huawei.com> | 2023-04-10 10:37:47 +0800 |
---|---|---|
committer | ChuanyuChen <chenchuanyu@huawei.com> | 2023-04-10 10:37:47 +0800 |
commit | 107be6ba14cd4f6822c2e2e058a9f0880bd9e3c9 (patch) | |
tree | 20f89cbe8bb73e4b96ad3599653c2f6af43fff09 /intentanalysis/pom.xml | |
parent | cd69d6ff83ee0d06683031f04ed71c692b6bffaa (diff) |
Support Dmaap Message Util
Support Dmaap Message Util
Issue-ID: USECASEUI-794
Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com>
Change-Id: If54a17f72370667444fc87129d8fdc0958be8692
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r-- | intentanalysis/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml index ac21f4d..84f93aa 100644 --- a/intentanalysis/pom.xml +++ b/intentanalysis/pom.xml @@ -212,6 +212,30 @@ <artifactId>commons-io</artifactId> <version>2.7</version> </dependency> + <dependency> + <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> + <artifactId>dmaapClient</artifactId> + <version>1.1.12</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + <exclusion> + <artifactId>apache-log4j-extras</artifactId> + <groupId>log4j</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> + <artifactId>dmaap-client</artifactId> + <version>1.8.7</version> + </dependency> </dependencies> <build> <plugins> |