From 24a2f8a0e0d729d47e74ca52f62e3ced5e80128d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=8B=E6=9F=94?= Date: Fri, 30 Oct 2015 20:33:42 +0800 Subject: [PATCH] Update pom.xml 1, for repository: not use codehaus, change to defaut(some jars are damaged) 2, change com.google.guava.guava version to 18, version 13 are damaged --- pom.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 21c1f3d..35a13a8 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ jsontojava 1.0 + - org.codehaus.jackson - jackson-core-lgpl - 1.7.1 - + org.codehaus.jackson + jackson-core-lgpl + 1.7.1 + org.codehaus.jackson jackson-mapper-lgpl @@ -43,8 +45,10 @@ com.google.guava guava - 13.0 + 18.0 + + - \ No newline at end of file +