aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-listener/pom.xml
diff options
context:
space:
mode:
authorSerban Popescu <sp5226@att.com>2018-03-26 13:36:17 +0000
committerSerban Popescu <sp5226@att.com>2018-03-26 13:51:00 +0000
commit4a8c2cb9920983f8b8af75be90f7511a59e923f5 (patch)
treeb0985cf467c417780c545c4311f01a10f16c304c /dmaap-listener/pom.xml
parent4bab4f2255a19f54aa3c18f5b51b2715f085d83c (diff)
Add Aai event listener
Add support for Aai and Pserver incoming messages from Dmaap Change-Id: I57fedcaf6668d09189f0246571e8aaf515fc3fa0 Issue-ID: CCSDK-223 Signed-off-by: Serban Popescu <sp5226@att.com>
Diffstat (limited to 'dmaap-listener/pom.xml')
-rwxr-xr-xdmaap-listener/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml
index f6d04e24..3a75fef0 100755
--- a/dmaap-listener/pom.xml
+++ b/dmaap-listener/pom.xml
@@ -20,6 +20,7 @@
<properties>
<sdc.client.version>1.2.0-SNAPSHOT</sdc.client.version>
<fasterxml.jackson.version>2.9.0.pr1</fasterxml.jackson.version>
+ <velocity.version>1.7</velocity.version>
<skip.SWM>true</skip.SWM>
<dmaap.listener.base>/opt/app/dmaap-listener</dmaap.listener.base>
<dmaap.listener.version>1.1.0-SNAPSHOT</dmaap.listener.version>
@@ -68,6 +69,11 @@
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>${velocity.version}</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>