Mercurial > lada > lada-server
changeset 443:7e8cbc69b784
Added new dependency.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 11 Feb 2015 12:46:29 +0100 |
parents | a5d8413b0344 |
children | 1a95ca383681 |
files | pom.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Fri Feb 06 17:58:15 2015 +0100 +++ b/pom.xml Wed Feb 11 12:46:29 2015 +0100 @@ -61,6 +61,12 @@ <artifactId>jboss-json-api_1.0_spec</artifactId> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>2.5.1</version> + </dependency> + <!-- Hibernate --> <dependency> <groupId>org.hibernate</groupId>