[Lada-commits] [PATCH 1 of 9] Added new dependency
Wald Commits
scm-commit at wald.intevation.org
Wed Feb 11 13:02:39 CET 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1423655189 -3600
# Node ID 7e8cbc69b784f80ecd898d4f715fc0921cf47f48
# Parent a5d8413b0344080eed432be79ced66376af4f288
Added new dependency.
diff -r a5d8413b0344 -r 7e8cbc69b784 pom.xml
--- 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>
More information about the Lada-commits
mailing list