aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dmaap-listener/pom.xml')
-rwxr-xr-xdmaap-listener/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml
index ac65c16f..dcdc5ca5 100755
--- a/dmaap-listener/pom.xml
+++ b/dmaap-listener/pom.xml
@@ -57,6 +57,11 @@
<artifactId>jackson-databind</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>${fasterxml.jackson.version}</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>