From ac10e9a9a9414941851d4e09a9b4a7b06fe235b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Garcia?= Date: Wed, 12 Nov 2014 22:38:24 -0200 Subject: [PATCH 1/2] Organizing some dependencies With comments to help users to check if some dependency can be removed in their applications. --- vraptor-core/pom.xml | 48 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/vraptor-core/pom.xml b/vraptor-core/pom.xml index 4aa83a0b9..f13f012c9 100644 --- a/vraptor-core/pom.xml +++ b/vraptor-core/pom.xml @@ -57,15 +57,33 @@ + + + com.thoughtworks.xstream xstream 1.4.7 - - + + + com.google.code.gson + gson + 2.2.4 + + + + + commons-fileupload + commons-fileupload + 1.3.1 + true + + + + javax.inject javax.inject @@ -107,16 +125,8 @@ javax.ejb-api 3.2 + - - - - - com.google.code.gson - gson - 2.2.4 - - @@ -133,19 +143,6 @@ provided - - javax.annotation - jsr250-api - 1.0 - true - - - - commons-fileupload - commons-fileupload - 1.3.1 - true - @@ -169,6 +166,7 @@ provided + org.slf4j @@ -235,6 +233,8 @@ 2.2 test + + From a8855669a97f7cd08801b8517c0785fe4d1bae7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Garcia?= Date: Wed, 12 Nov 2014 22:53:24 -0200 Subject: [PATCH 2/2] Updating paranamer to 2.7 --- vraptor-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vraptor-core/pom.xml b/vraptor-core/pom.xml index f13f012c9..0a9749293 100644 --- a/vraptor-core/pom.xml +++ b/vraptor-core/pom.xml @@ -49,7 +49,7 @@ com.thoughtworks.paranamer paranamer - 2.6 + 2.7 org.mockito