DATAREST-343 - Added jackson-annotation as explicit dependency.

Added explicit dependency to jackson-annotations as a library previously declared might pull in that one in a different version which might cause conflicts.
This commit is contained in:
Oliver Gierke
2014-07-01 10:59:02 +02:00
committed by Oliver Gierke
parent 8d1e8d949c
commit 15b47b1f03

View File

@@ -61,6 +61,12 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson}</version>
</dependency>
<!-- Jackson Hibernate -->