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
parent 0dabf8d376
commit 59b15933ae

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 -->