Nykolas_Lima 15 de jun. de 2013
Nao parece ser nenhum erro do VRaptor, inclusive nao tem nada no stacktrace do VRaptor.
As libs do Spring sao OPCIONAIS no VRaptor, portanto nao é o VRaptor que está gerando conflitos das versoes do Spring.
Roda um “mvn dependency:tree” e da uma olhada quem que está dependendo do Spring.
RafaelViana 19 de jun. de 2013
Realmente o VRaptor não está carregando as dependencias do Spring. Achei que pudesse ser o VRaptor, pois tenho outro projeto que usa a mesma camada de serviço, mas usa o Spring MVC e está funcionando.
Segue abaixo dependency:tree
< blockquote >[ INFO ] Scanning for projects …
[ INFO ] Reactor build order :
[ INFO ] project x
[ INFO ] project x
[ INFO ] project x
[ INFO ] project x
[ INFO ] project x
[ INFO ] project x
[ INFO ] Searching repository for plugin with prefix : ‘ dependency ’ .
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Building Zap Saude
[ INFO ] task - segment : [ dependency:tree ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] [ dependency:tree {execution: default-cli} ]
[ INFO ] < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : xxx : pom : 1.0 - SNAPSHOT
[ INFO ] ± org . hsqldb : hsqldb : jar : 2.2.6 : compile
[ INFO ] - mysql : mysql - connector - java : jar : 5.1.13 : compile
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Building core - notification
[ INFO ] task - segment : [ dependency:tree ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] [ dependency:tree {execution: default-cli} ]
[ INFO ] < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : core - notification : jar : 1.0 - SNAPSHOT
[ INFO ] ± coop . xxx . app . core : core - mail : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± coop . xxx . app . core : core - service : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . springframework : spring - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - asm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework : spring - context : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - aop : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | | - aopalliance : aopalliance : jar : 1.0 : compile
[ INFO ] | | | - org . springframework : spring - expression : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework : spring - aspects : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - test : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± coop . xxx . app . core : core - persistence : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± coop . xxx . app . core : core - exceptions : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± org . springframework : spring - jdbc : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | | - org . springframework : spring - tx : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - orm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . aspectj : aspectjrt : jar : 1.6.8 : compile
[ INFO ] | | | ± javassist : javassist : jar : 3.8.0 . GA : compile
[ INFO ] | | | ± org . apache . bcel : bcel : jar : 5.2 : compile
[ INFO ] | | | | - jakarta - regexp : jakarta - regexp : jar : 1.4 : compile
[ INFO ] | | | ± org . slf4j : slf4j - log4j12 : jar : 1.5.8 : compile
[ INFO ] | | | | - log4j : log4j : jar : 1.2.14 : compile
[ INFO ] | | | ± org . hibernate : hibernate - c3p0 : jar : 3.3.2 . GA : compile
[ INFO ] | | | | - c3p0 : c3p0 : jar : 0.9.1 : compile
[ INFO ] | | | ± org . hibernate : hibernate - ehcache : jar : 3.6.0 . Final : compile
[ INFO ] | | | | - net . sf . ehcache : ehcache : jar : 1.5.0 : compile
[ INFO ] | | | | ± backport - util - concurrent : backport - util - concurrent : jar : 3.1 : compile
[ INFO ] | | | | - net . sf . jsr107cache : jsr107cache : jar : 1.0 : compile
[ INFO ] | | | ± org . hibernate : hibernate - core : jar : 3.6.0 . Final : compile
[ INFO ] | | | | ± antlr : antlr : jar : 2.7.6 : compile
[ INFO ] | | | | ± dom4j : dom4j : jar : 1.6.1 : compile
[ INFO ] | | | | ± org . hibernate : hibernate - commons - annotations : jar : 3.2.0 . Final : compile
[ INFO ] | | | | ± org . hibernate . javax . persistence : hibernate - jpa - 2.0 - api : jar : 1.0.0 . Final : compile
[ INFO ] | | | | - javax . transaction : jta : jar : 1.1 : compile
[ INFO ] | | | - org . hibernate : hibernate - validator : jar : 4.2.0 . Final : compile
[ INFO ] | | | - javax . validation : validation - api : jar : 1.0.0 . GA : compile
[ INFO ] | | - org . aspectj : aspectjweaver : jar : 1.6.8 : compile
[ INFO ] | ± javax . mail : mail : jar : 1.4.1 : compile
[ INFO ] | | - javax . activation : activation : jar : 1.1 : compile
[ INFO ] | ± org . springframework : spring - context - support : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework : spring - beans : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± velocity : velocity : jar : 1.5 : compile
[ INFO ] | | ± commons - collections : commons - collections : jar : 3.1 : compile
[ INFO ] | | ± commons - lang : commons - lang : jar : 2.1 : compile
[ INFO ] | | - oro : oro : jar : 2.0.8 : compile
[ INFO ] | - org . subethamail : subethasmtp : jar : 3.1.3 : compile
[ INFO ] | ± org . slf4j : slf4j - api : jar : 1.5.6 : compile
[ INFO ] | - org . slf4j : slf4j - simple : jar : 1.5.6 : compile
[ INFO ] ± coop . xxx . app . core : core - sms : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | - commons - logging : commons - logging : jar : 1.1.1 : compile
[ INFO ] ± coop . xxx . app . core : core - test : jar : 0.4.1 - SNAPSHOT : test
[ INFO ] | ± junit : junit : jar : 4.10 : test
[ INFO ] | | - org . hamcrest : hamcrest - core : jar : 1.1 : test
[ INFO ] | ± pl . pragmatists : JUnitParams : jar : 0.2.0 : test
[ INFO ] | ± org . mockito : mockito - core : jar : 1.7 : test
[ INFO ] | | - org . objenesis : objenesis : jar : 1.0 : test
[ INFO ] | - org . codehaus . plexus : plexus - mail - sender - test : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± dumbster : dumbster : jar : 1.5 : test
[ INFO ] | ± org . codehaus . plexus : plexus - mail - sender - api : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± org . codehaus . plexus : plexus - utils : jar : 1.4 : test
[ INFO ] | - org . codehaus . plexus : plexus - component - api : jar : 1.0 - alpha - 16 : test
[ INFO ] | - org . codehaus . plexus : plexus - classworlds : jar : 1.2 - alpha - 7 : test
[ INFO ] ± org . hsqldb : hsqldb : jar : 2.2.6 : compile
[ INFO ] - mysql : mysql - connector - java : jar : 5.1.13 : compile
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Building project x
[ INFO ] task - segment : [ dependency:tree ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] [ dependency:tree {execution: default-cli} ]
[ INFO ] < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : xxx - service : jar : 1.0 - SNAPSHOT
[ INFO ] ± coop . xxx . app . core : core - security : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± coop . xxx . app . core : core - service : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . springframework : spring - aspects : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - coop . xxx . app . core : core - persistence : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . springframework : spring - jdbc : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - tx : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework : spring - orm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± javassist : javassist : jar : 3.8.0 . GA : compile
[ INFO ] | | ± org . apache . bcel : bcel : jar : 5.2 : compile
[ INFO ] | | | - jakarta - regexp : jakarta - regexp : jar : 1.4 : compile
[ INFO ] | | ± org . slf4j : slf4j - log4j12 : jar : 1.5.8 : compile
[ INFO ] | | | - log4j : log4j : jar : 1.2.14 : compile
[ INFO ] | | ± org . hibernate : hibernate - c3p0 : jar : 3.3.2 . GA : compile
[ INFO ] | | | - c3p0 : c3p0 : jar : 0.9.1 : compile
[ INFO ] | | ± org . hibernate : hibernate - ehcache : jar : 3.6.0 . Final : compile
[ INFO ] | | | - net . sf . ehcache : ehcache : jar : 1.5.0 : compile
[ INFO ] | | | ± backport - util - concurrent : backport - util - concurrent : jar : 3.1 : compile
[ INFO ] | | | - net . sf . jsr107cache : jsr107cache : jar : 1.0 : compile
[ INFO ] | | ± org . hibernate : hibernate - core : jar : 3.6.0 . Final : compile
[ INFO ] | | | ± antlr : antlr : jar : 2.7.6 : compile
[ INFO ] | | | ± dom4j : dom4j : jar : 1.6.1 : compile
[ INFO ] | | | ± org . hibernate : hibernate - commons - annotations : jar : 3.2.0 . Final : compile
[ INFO ] | | | ± org . hibernate . javax . persistence : hibernate - jpa - 2.0 - api : jar : 1.0.0 . Final : compile
[ INFO ] | | | - javax . transaction : jta : jar : 1.1 : compile
[ INFO ] | | - org . hibernate : hibernate - validator : jar : 4.2.0 . Final : compile
[ INFO ] | | - javax . validation : validation - api : jar : 1.0.0 . GA : compile
[ INFO ] | ± org . springframework . security : spring - security - config : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± aopalliance : aopalliance : jar : 1.0 : compile
[ INFO ] | | - org . springframework . security : spring - security - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework . security : spring - security - crypto : jar : 3.1.0 . RELEASE : compile
[ INFO ] | - org . springframework . security : spring - security - acl : jar : 3.1.0 . RELEASE : compile
[ INFO ] ± coop . xxx . sms . core : core - human - sms - provider : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± org . springframework : spring - web : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework : spring - beans : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± coop . xxx . app . core : core - sms : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± org . springframework : spring - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework : spring - asm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - context : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework : spring - aop : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework : spring - expression : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - test : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± coop . xxx . app . core : core - exceptions : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± org . aspectj : aspectjrt : jar : 1.6.8 : compile
[ INFO ] | - org . aspectj : aspectjweaver : jar : 1.6.8 : compile
[ INFO ] ± < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : core - notification : jar : 1.0 - SNAPSHOT : compile
[ INFO ] | - coop . xxx . app . core : core - mail : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± javax . mail : mail : jar : 1.4.1 : compile
[ INFO ] | | - javax . activation : activation : jar : 1.1 : compile
[ INFO ] | ± org . springframework : spring - context - support : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± velocity : velocity : jar : 1.5 : compile
[ INFO ] | | - oro : oro : jar : 2.0.8 : compile
[ INFO ] | - org . subethamail : subethasmtp : jar : 3.1.3 : compile
[ INFO ] | ± org . slf4j : slf4j - api : jar : 1.5.6 : compile
[ INFO ] | - org . slf4j : slf4j - simple : jar : 1.5.6 : compile
[ INFO ] ± coop . xxx . app . core : core - test : jar : 0.4.1 - SNAPSHOT : test ( scope not updated to compile )
[ INFO ] | ± junit : junit : jar : 4.10 : test
[ INFO ] | | - org . hamcrest : hamcrest - core : jar : 1.1 : test
[ INFO ] | ± pl . pragmatists : JUnitParams : jar : 0.2.0 : test
[ INFO ] | ± org . mockito : mockito - core : jar : 1.7 : test
[ INFO ] | | - org . objenesis : objenesis : jar : 1.0 : test
[ INFO ] | - org . codehaus . plexus : plexus - mail - sender - test : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± dumbster : dumbster : jar : 1.5 : test
[ INFO ] | ± org . codehaus . plexus : plexus - mail - sender - api : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± org . codehaus . plexus : plexus - utils : jar : 1.4 : test
[ INFO ] | - org . codehaus . plexus : plexus - component - api : jar : 1.0 - alpha - 16 : test
[ INFO ] | - org . codehaus . plexus : plexus - classworlds : jar : 1.2 - alpha - 7 : test
[ INFO ] ± commons - collections : commons - collections : jar : 3.2 : compile
[ INFO ] ± commons - io : commons - io : jar : 2.4 : compile
[ INFO ] ± com . google . code . ptstemmer : ptstemmer : jar : 2.0 : system
[ INFO ] ± org . apache . httpcomponents : httpclient : jar : 4.1.3 : compile
[ INFO ] | ± org . apache . httpcomponents : httpcore : jar : 4.1.4 : compile
[ INFO ] | ± commons - logging : commons - logging : jar : 1.1.1 : compile
[ INFO ] | - commons - codec : commons - codec : jar : 1.4 : compile
[ INFO ] ± net . sourceforge . htmlcleaner : htmlcleaner : jar : 2.2 : compile
[ INFO ] | ± org . jdom : jdom : jar : 1.1 : compile
[ INFO ] | - org . apache . ant : ant : jar : 1.7.0 : compile
[ INFO ] | - org . apache . ant : ant - launcher : jar : 1.7.0 : compile
[ INFO ] ± bouncycastle : bcprov - jdk15 : jar : 140 : compile
[ INFO ] ± com . thoughtworks . xstream : xstream : jar : 1.3.1 : compile
[ INFO ] | - xpp3 : xpp3_min : jar : 1.1.4 c : compile
[ INFO ] ± commons - lang : commons - lang : jar : 2.4 : compile
[ INFO ] ± org . hsqldb : hsqldb : jar : 2.2.6 : compile
[ INFO ] - mysql : mysql - connector - java : jar : 5.1.13 : compile
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Building project x
[ INFO ] task - segment : [ dependency:tree ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] [ dependency:tree {execution: default-cli} ]
[ INFO ] < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : core - web - vaadin : jar : 1.0 - SNAPSHOT
[ INFO ] ± coop . xxx . webapp . core : core - security - web : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± org . springframework . security : spring - security - taglibs : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework . security : spring - security - web : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework . security : spring - security - acl : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework . security : spring - security - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework . security : spring - security - crypto : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - web : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± aopalliance : aopalliance : jar : 1.0 : compile
[ INFO ] | | ± org . springframework : spring - beans : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework : spring - context : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - aop : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - expression : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - asm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework : spring - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | - coop . xxx . app . core : core - security : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | ± coop . xxx . app . core : core - service : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . springframework : spring - aspects : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - context - support : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - test : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± coop . xxx . app . core : core - persistence : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± coop . xxx . app . core : core - exceptions : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± org . springframework : spring - jdbc : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | | - org . springframework : spring - tx : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - orm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . aspectj : aspectjrt : jar : 1.6.8 : compile
[ INFO ] | | | ± javassist : javassist : jar : 3.8.0 . GA : compile
[ INFO ] | | | ± org . apache . bcel : bcel : jar : 5.2 : compile
[ INFO ] | | | | - jakarta - regexp : jakarta - regexp : jar : 1.4 : compile
[ INFO ] | | | ± org . slf4j : slf4j - log4j12 : jar : 1.5.8 : compile
[ INFO ] | | | | ± org . slf4j : slf4j - api : jar : 1.5.8 : compile
[ INFO ] | | | | - log4j : log4j : jar : 1.2.14 : compile
[ INFO ] | | | ± commons - lang : commons - lang : jar : 2.2 : compile
[ INFO ] | | | ± org . hibernate : hibernate - c3p0 : jar : 3.3.2 . GA : compile
[ INFO ] | | | | - c3p0 : c3p0 : jar : 0.9.1 : compile
[ INFO ] | | | ± org . hibernate : hibernate - ehcache : jar : 3.6.0 . Final : compile
[ INFO ] | | | | - net . sf . ehcache : ehcache : jar : 1.5.0 : compile
[ INFO ] | | | | ± backport - util - concurrent : backport - util - concurrent : jar : 3.1 : compile
[ INFO ] | | | | - net . sf . jsr107cache : jsr107cache : jar : 1.0 : compile
[ INFO ] | | | ± org . hibernate : hibernate - core : jar : 3.6.0 . Final : compile
[ INFO ] | | | | ± antlr : antlr : jar : 2.7.6 : compile
[ INFO ] | | | | ± org . hibernate : hibernate - commons - annotations : jar : 3.2.0 . Final : compile
[ INFO ] | | | | ± org . hibernate . javax . persistence : hibernate - jpa - 2.0 - api : jar : 1.0.0 . Final : compile
[ INFO ] | | | | - javax . transaction : jta : jar : 1.1 : compile
[ INFO ] | | | - org . hibernate : hibernate - validator : jar : 4.2.0 . Final : compile
[ INFO ] | | - org . aspectj : aspectjweaver : jar : 1.6.8 : compile
[ INFO ] | - org . springframework . security : spring - security - config : jar : 3.1.0 . RELEASE : compile
[ INFO ] ± com . vaadin : vaadin : jar : 6.8.9 : compile
[ INFO ] ± com . google . gwt : gwt - user : jar : 2.4.0 : provided
[ INFO ] ± javax . validation : validation - api : jar : 1.0.0 . GA : provided ( scope not updated to compile )
[ INFO ] ± javax . validation : validation - api : jar : sources : 1.0.0 . GA : provided
[ INFO ] ± org . vaadin . addons : customfield : jar : 0.9.3 : compile
[ INFO ] ± coop . xxx . app . core : core - test : jar : 0.4.1 - SNAPSHOT : test
[ INFO ] | ± junit : junit : jar : 4.10 : test
[ INFO ] | | - org . hamcrest : hamcrest - core : jar : 1.1 : test
[ INFO ] | ± pl . pragmatists : JUnitParams : jar : 0.2.0 : test
[ INFO ] | ± org . mockito : mockito - core : jar : 1.7 : test
[ INFO ] | | - org . objenesis : objenesis : jar : 1.0 : test
[ INFO ] | - org . codehaus . plexus : plexus - mail - sender - test : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± dumbster : dumbster : jar : 1.5 : test
[ INFO ] | ± org . codehaus . plexus : plexus - mail - sender - api : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± org . codehaus . plexus : plexus - utils : jar : 1.4 : test
[ INFO ] | - org . codehaus . plexus : plexus - component - api : jar : 1.0 - alpha - 16 : test
[ INFO ] | - org . codehaus . plexus : plexus - classworlds : jar : 1.2 - alpha - 7 : test
[ INFO ] ± commons - beanutils : commons - beanutils : jar : 1.8.3 : compile
[ INFO ] | - commons - logging : commons - logging : jar : 1.1.1 : compile
[ INFO ] ± net . sf . jasperreports : jasperreports : jar : 4.5.0 : compile
[ INFO ] | ± commons - collections : commons - collections : jar : 2.1 : compile
[ INFO ] | ± commons - digester : commons - digester : jar : 1.7 : compile
[ INFO ] | ± com . lowagie : itext : jar : 2.1.7 : compile
[ INFO ] | | ± bouncycastle : bcmail - jdk14 : jar : 138 : compile
[ INFO ] | | ± bouncycastle : bcprov - jdk14 : jar : 138 : compile
[ INFO ] | | - org . bouncycastle : bctsp - jdk14 : jar : 1.38 : compile
[ INFO ] | | ± org . bouncycastle : bcprov - jdk14 : jar : 1.38 : compile
[ INFO ] | | - org . bouncycastle : bcmail - jdk14 : jar : 1.38 : compile
[ INFO ] | ± jfree : jcommon : jar : 1.0.15 : compile
[ INFO ] | ± jfree : jfreechart : jar : 1.0.12 : compile
[ INFO ] | ± xml - apis : xml - apis : jar : 1.3.02 : compile
[ INFO ] | ± eclipse : jdtcore : jar : 3.1.0 : compile
[ INFO ] | ± org . codehaus . castor : castor : jar : 1.2 : compile
[ INFO ] | ± org . apache . poi : poi - ooxml : jar : 3.7 : compile
[ INFO ] | | ± org . apache . poi : poi : jar : 3.7 : compile
[ INFO ] | | ± org . apache . poi : poi - ooxml - schemas : jar : 3.7 : compile
[ INFO ] | | | ± org . apache . xmlbeans : xmlbeans : jar : 2.3.0 : compile
[ INFO ] | | | | - stax : stax - api : jar : 1.0.1 : compile
[ INFO ] | | | - org . apache . geronimo . specs : geronimo - stax - api_1 .0 _spec : jar : 1.0 : compile
[ INFO ] | | - dom4j : dom4j : jar : 1.6.1 : compile
[ INFO ] | ± org . codehaus . jackson : jackson - core - lgpl : jar : 1.7.4 : compile
[ INFO ] | - org . codehaus . jackson : jackson - mapper - lgpl : jar : 1.7.4 : compile
[ INFO ] ± org . vaadin . addons : contexthelp : jar : 1.3.0 : compile
[ INFO ] ± org . vaadin . addons : blackboard : jar : 2.2.0 : compile
[ INFO ] ± org . hsqldb : hsqldb : jar : 2.2.6 : compile
[ INFO ] - mysql : mysql - connector - java : jar : 5.1.13 : compile
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Building xxx - vraptor
[ INFO ] task - segment : [ dependency:tree ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] [ dependency:tree {execution: default-cli} ]
[ INFO ] < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : xxx - vraptor : war : 1.0 - SNAPSHOT
[ INFO ] ± < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : xxx - service : jar : 1.0 - SNAPSHOT : compile
[ INFO ] | ± coop . xxx . app . core : core - security : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± coop . xxx . app . core : core - service : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± org . springframework : spring - aspects : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - coop . xxx . app . core : core - persistence : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± org . springframework : spring - jdbc : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | | - org . springframework : spring - tx : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - orm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . apache . bcel : bcel : jar : 5.2 : compile
[ INFO ] | | | | - jakarta - regexp : jakarta - regexp : jar : 1.4 : compile
[ INFO ] | | | ± org . hibernate : hibernate - c3p0 : jar : 3.3.2 . GA : compile
[ INFO ] | | | | - c3p0 : c3p0 : jar : 0.9.1 : compile
[ INFO ] | | | ± org . hibernate : hibernate - ehcache : jar : 3.6.0 . Final : compile
[ INFO ] | | | | - net . sf . ehcache : ehcache : jar : 1.5.0 : compile
[ INFO ] | | | | ± backport - util - concurrent : backport - util - concurrent : jar : 3.1 : compile
[ INFO ] | | | | - net . sf . jsr107cache : jsr107cache : jar : 1.0 : compile
[ INFO ] | | | ± org . hibernate : hibernate - core : jar : 3.6.0 . Final : compile
[ INFO ] | | | | ± antlr : antlr : jar : 2.7.6 : compile
[ INFO ] | | | | ± dom4j : dom4j : jar : 1.6.1 : compile
[ INFO ] | | | | ± org . hibernate : hibernate - commons - annotations : jar : 3.2.0 . Final : compile
[ INFO ] | | | | ± org . hibernate . javax . persistence : hibernate - jpa - 2.0 - api : jar : 1.0.0 . Final : compile
[ INFO ] | | | | - javax . transaction : jta : jar : 1.1 : compile
[ INFO ] | | | - org . hibernate : hibernate - validator : jar : 4.2.0 . Final : compile
[ INFO ] | | | - javax . validation : validation - api : jar : 1.0.0 . GA : compile
[ INFO ] | | ± org . springframework . security : spring - security - config : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework . security : spring - security - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework . security : spring - security - crypto : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework . security : spring - security - acl : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± coop . xxx . sms . core : core - human - sms - provider : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . springframework : spring - web : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - beans : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± coop . xxx . app . core : core - sms : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . springframework : spring - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - asm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework : spring - context : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - aop : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework : spring - expression : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± org . springframework : spring - test : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± coop . xxx . app . core : core - exceptions : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . aspectj : aspectjrt : jar : 1.6.8 : compile
[ INFO ] | | - org . aspectj : aspectjweaver : jar : 1.6.8 : compile
[ INFO ] | ± < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : core - notification : jar : 1.0 - SNAPSHOT : compile
[ INFO ] | | - coop . xxx . app . core : core - mail : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± javax . mail : mail : jar : 1.4.1 : compile
[ INFO ] | | | - javax . activation : activation : jar : 1.1 : compile
[ INFO ] | | ± org . springframework : spring - context - support : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± velocity : velocity : jar : 1.5 : compile
[ INFO ] | | | - oro : oro : jar : 2.0.8 : compile
[ INFO ] | | - org . subethamail : subethasmtp : jar : 3.1.3 : compile
[ INFO ] | | - org . slf4j : slf4j - simple : jar : 1.5.6 : compile
[ INFO ] | ± commons - collections : commons - collections : jar : 3.2 : compile
[ INFO ] | ± commons - io : commons - io : jar : 2.4 : compile
[ INFO ] | ± com . google . code . ptstemmer : ptstemmer : jar : 2.0 : system
[ INFO ] | ± org . apache . httpcomponents : httpclient : jar : 4.1.3 : compile
[ INFO ] | | ± org . apache . httpcomponents : httpcore : jar : 4.1.4 : compile
[ INFO ] | | ± commons - logging : commons - logging : jar : 1.1.1 : compile
[ INFO ] | | - commons - codec : commons - codec : jar : 1.4 : compile
[ INFO ] | ± net . sourceforge . htmlcleaner : htmlcleaner : jar : 2.2 : compile
[ INFO ] | | ± org . jdom : jdom : jar : 1.1 : compile
[ INFO ] | | - org . apache . ant : ant : jar : 1.7.0 : compile
[ INFO ] | | - org . apache . ant : ant - launcher : jar : 1.7.0 : compile
[ INFO ] | ± bouncycastle : bcprov - jdk15 : jar : 140 : compile
[ INFO ] | ± com . thoughtworks . xstream : xstream : jar : 1.3.1 : compile
[ INFO ] | | - xpp3 : xpp3_min : jar : 1.1.4 c : compile
[ INFO ] | - commons - lang : commons - lang : jar : 2.4 : compile
[ INFO ] ± coop . xxx . app . core : core - test : jar : 0.4.1 - SNAPSHOT : test ( scope not updated to compile )
[ INFO ] | ± junit : junit : jar : 4.10 : test
[ INFO ] | | - org . hamcrest : hamcrest - core : jar : 1.1 : test
[ INFO ] | ± pl . pragmatists : JUnitParams : jar : 0.2.0 : test
[ INFO ] | ± org . mockito : mockito - core : jar : 1.7 : test
[ INFO ] | - org . codehaus . plexus : plexus - mail - sender - test : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± dumbster : dumbster : jar : 1.5 : test
[ INFO ] | ± org . codehaus . plexus : plexus - mail - sender - api : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± org . codehaus . plexus : plexus - utils : jar : 1.4 : test
[ INFO ] | - org . codehaus . plexus : plexus - component - api : jar : 1.0 - alpha - 16 : test
[ INFO ] | - org . codehaus . plexus : plexus - classworlds : jar : 1.2 - alpha - 7 : test
[ INFO ] ± javax . servlet : servlet - api : jar : 2.5 : provided
[ INFO ] ± javax . servlet . jsp : jsp - api : jar : 2.1 : provided
[ INFO ] ± br . com . caelum : vraptor : jar : 3.5.1 : compile
[ INFO ] | ± com . google . guava : guava : jar : 11.0.2 : compile
[ INFO ] | | - com . google . code . findbugs : jsr305 : jar : 1.3.9 : compile
[ INFO ] | ± br . com . caelum : iogi : jar : 0.9.2 : compile
[ INFO ] | ± javassist : javassist : jar : 3.12.1 . GA : compile
[ INFO ] | ± org . slf4j : slf4j - api : jar : 1.6.1 : compile
[ INFO ] | ± org . slf4j : slf4j - log4j12 : jar : 1.6.1 : compile
[ INFO ] | | - log4j : log4j : jar : 1.2.16 : compile
[ INFO ] | ± net . vidageek : mirror : jar : 1.6.1 : compile
[ INFO ] | ± org . objenesis : objenesis : jar : 1.3 : compile
[ INFO ] | ± com . thoughtworks . paranamer : paranamer : jar : 2.5.2 : compile
[ INFO ] | ± net . sf . scannotation : scannotation : jar : 1.0.2 : compile
[ INFO ] | ± com . google . inject : guice : jar : 3.0 : compile
[ INFO ] | ± com . google . inject . extensions : guice - multibindings : jar : 3.0 : compile
[ INFO ] | ± aopalliance : aopalliance : jar : 1.0 : compile
[ INFO ] | ± javax . inject : javax . inject : jar : 1 : compile
[ INFO ] | - com . google . code . gson : gson : jar : 2.2.1 : compile
[ INFO ] ± jstl : jstl : jar : 1.2 : compile
[ INFO ] ± org . hsqldb : hsqldb : jar : 2.2.6 : compile
[ INFO ] - mysql : mysql - connector - java : jar : 5.1.13 : compile
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Building project x
[ INFO ] task - segment : [ dependency:tree ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] [ dependency:tree {execution: default-cli} ]
[ INFO ] < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : xxx - web : war : 1.0 - SNAPSHOT
[ INFO ] ± < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : xxx - service : jar : 1.0 - SNAPSHOT : compile
[ INFO ] | ± coop . xxx . app . core : core - security : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± coop . xxx . app . core : core - service : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± org . springframework : spring - aspects : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - coop . xxx . app . core : core - persistence : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | | ± org . springframework : spring - jdbc : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | | - org . springframework : spring - tx : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± org . springframework : spring - orm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | ± javassist : javassist : jar : 3.8.0 . GA : compile
[ INFO ] | | | ± org . apache . bcel : bcel : jar : 5.2 : compile
[ INFO ] | | | | - jakarta - regexp : jakarta - regexp : jar : 1.4 : compile
[ INFO ] | | | ± org . slf4j : slf4j - log4j12 : jar : 1.5.8 : compile
[ INFO ] | | | | - log4j : log4j : jar : 1.2.14 : compile
[ INFO ] | | | ± org . hibernate : hibernate - c3p0 : jar : 3.3.2 . GA : compile
[ INFO ] | | | | - c3p0 : c3p0 : jar : 0.9.1 : compile
[ INFO ] | | | ± org . hibernate : hibernate - ehcache : jar : 3.6.0 . Final : compile
[ INFO ] | | | | - net . sf . ehcache : ehcache : jar : 1.5.0 : compile
[ INFO ] | | | | ± backport - util - concurrent : backport - util - concurrent : jar : 3.1 : compile
[ INFO ] | | | | - net . sf . jsr107cache : jsr107cache : jar : 1.0 : compile
[ INFO ] | | | ± org . hibernate : hibernate - core : jar : 3.6.0 . Final : compile
[ INFO ] | | | | ± antlr : antlr : jar : 2.7.6 : compile
[ INFO ] | | | | ± org . hibernate : hibernate - commons - annotations : jar : 3.2.0 . Final : compile
[ INFO ] | | | | ± org . hibernate . javax . persistence : hibernate - jpa - 2.0 - api : jar : 1.0.0 . Final : compile
[ INFO ] | | | | - javax . transaction : jta : jar : 1.1 : compile
[ INFO ] | | | - org . hibernate : hibernate - validator : jar : 4.2.0 . Final : compile
[ INFO ] | | | - javax . validation : validation - api : jar : 1.0.0 . GA : compile
[ INFO ] | | ± org . springframework . security : spring - security - config : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework . security : spring - security - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | | - org . springframework . security : spring - security - crypto : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework . security : spring - security - acl : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± coop . xxx . sms . core : core - human - sms - provider : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± coop . xxx . app . core : core - sms : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . springframework : spring - test : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | ± coop . xxx . app . core : core - exceptions : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± org . aspectj : aspectjrt : jar : 1.6.8 : compile
[ INFO ] | | - org . aspectj : aspectjweaver : jar : 1.6.8 : compile
[ INFO ] | ± < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : core - notification : jar : 1.0 - SNAPSHOT : compile
[ INFO ] | | - coop . xxx . app . core : core - mail : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | ± javax . mail : mail : jar : 1.4.1 : compile
[ INFO ] | | | - javax . activation : activation : jar : 1.1 : compile
[ INFO ] | | ± velocity : velocity : jar : 1.5 : compile
[ INFO ] | | | - oro : oro : jar : 2.0.8 : compile
[ INFO ] | | - org . subethamail : subethasmtp : jar : 3.1.3 : compile
[ INFO ] | | ± org . slf4j : slf4j - api : jar : 1.5.6 : compile
[ INFO ] | | - org . slf4j : slf4j - simple : jar : 1.5.6 : compile
[ INFO ] | ± commons - collections : commons - collections : jar : 3.2 : compile
[ INFO ] | ± commons - io : commons - io : jar : 2.4 : compile
[ INFO ] | ± com . google . code . ptstemmer : ptstemmer : jar : 2.0 : system
[ INFO ] | ± org . apache . httpcomponents : httpclient : jar : 4.1.3 : compile
[ INFO ] | | ± org . apache . httpcomponents : httpcore : jar : 4.1.4 : compile
[ INFO ] | | - commons - codec : commons - codec : jar : 1.4 : compile
[ INFO ] | ± net . sourceforge . htmlcleaner : htmlcleaner : jar : 2.2 : compile
[ INFO ] | | ± org . jdom : jdom : jar : 1.1 : compile
[ INFO ] | | - org . apache . ant : ant : jar : 1.7.0 : compile
[ INFO ] | | - org . apache . ant : ant - launcher : jar : 1.7.0 : compile
[ INFO ] | ± bouncycastle : bcprov - jdk15 : jar : 140 : compile
[ INFO ] | ± com . thoughtworks . xstream : xstream : jar : 1.3.1 : compile
[ INFO ] | | - xpp3 : xpp3_min : jar : 1.1.4 c : compile
[ INFO ] | - commons - lang : commons - lang : jar : 2.4 : compile
[ INFO ] ± < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : core - web - vaadin : jar : 1.0 - SNAPSHOT : compile
[ INFO ] | ± coop . xxx . webapp . core : core - security - web : jar : 0.4.1 - SNAPSHOT : compile
[ INFO ] | | - org . springframework . security : spring - security - taglibs : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework . security : spring - security - web : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± com . vaadin : vaadin : jar : 6.8.9 : compile
[ INFO ] | ± org . vaadin . addons : customfield : jar : 0.9.3 : compile
[ INFO ] | ± commons - beanutils : commons - beanutils : jar : 1.8.3 : compile
[ INFO ] | ± org . vaadin . addons : contexthelp : jar : 1.3.0 : compile
[ INFO ] | - org . vaadin . addons : blackboard : jar : 2.2.0 : compile
[ INFO ] ± < a href = "http://com.xxx.xxx" > com . xxx . xxx </ a > : xxx - cal - addon : jar : 1.0.1 - SNAPSHOT : compile
[ INFO ] ± org . vaadin . addons : vaadin - colorpicker : jar : 1.1.0 : compile
[ INFO ] ± javax . servlet : jstl : jar : 1.2 : compile
[ INFO ] ± coop . xxx . app . core : core - test : jar : 0.4.1 - SNAPSHOT : test ( scope not updated to compile )
[ INFO ] | ± pl . pragmatists : JUnitParams : jar : 0.2.0 : test
[ INFO ] | ± org . mockito : mockito - core : jar : 1.7 : test
[ INFO ] | | - org . objenesis : objenesis : jar : 1.0 : test
[ INFO ] | - org . codehaus . plexus : plexus - mail - sender - test : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± dumbster : dumbster : jar : 1.5 : test
[ INFO ] | ± org . codehaus . plexus : plexus - mail - sender - api : jar : 1.0 - alpha - 7 : test
[ INFO ] | ± org . codehaus . plexus : plexus - utils : jar : 1.4 : test
[ INFO ] | - org . codehaus . plexus : plexus - component - api : jar : 1.0 - alpha - 16 : test
[ INFO ] | - org . codehaus . plexus : plexus - classworlds : jar : 1.2 - alpha - 7 : test
[ INFO ] ± org . springframework : spring - webmvc : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - asm : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - beans : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - context : jar : 3.1.0 . RELEASE : compile
[ INFO ] | | - org . springframework : spring - aop : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - context - support : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - core : jar : 3.1.0 . RELEASE : compile
[ INFO ] | ± org . springframework : spring - expression : jar : 3.1.0 . RELEASE : compile
[ INFO ] | - org . springframework : spring - web : jar : 3.1.0 . RELEASE : compile
[ INFO ] | - aopalliance : aopalliance : jar : 1.0 : compile
[ INFO ] ± org . vaadin . addons : wizards - for - vaadin : jar : 0.4.4 : compile
[ INFO ] ± org . vaadin . addons : easyuploads : jar : 0.5.1 : compile
[ INFO ] ± org . vaadin . addons : flexibleoptiongroup : jar : 1.0.0 : compile
[ INFO ] ± com . google . gwt : gwt - user : jar : 2.4.0 : provided
[ INFO ] | - javax . validation : validation - api : jar : sources : 1.0.0 . GA : provided
[ INFO ] ± com . google . gwt : gwt - dev : jar : 2.4.0 : provided
[ INFO ] ± Ikarus : IkarusWidget : jar : 1.0.9 : compile
[ INFO ] ± net . sf . jasperreports : jasperreports : jar : 4.5.0 : compile
[ INFO ] | ± commons - digester : commons - digester : jar : 1.7 : compile
[ INFO ] | ± commons - logging : commons - logging : jar : 1.0.2 : compile
[ INFO ] | ± com . lowagie : itext : jar : 2.1.7 : compile
[ INFO ] | | ± bouncycastle : bcmail - jdk14 : jar : 138 : compile
[ INFO ] | | ± bouncycastle : bcprov - jdk14 : jar : 138 : compile
[ INFO ] | | - org . bouncycastle : bctsp - jdk14 : jar : 1.38 : compile
[ INFO ] | | ± org . bouncycastle : bcprov - jdk14 : jar : 1.38 : compile
[ INFO ] | | - org . bouncycastle : bcmail - jdk14 : jar : 1.38 : compile
[ INFO ] | ± jfree : jcommon : jar : 1.0.15 : compile
[ INFO ] | ± jfree : jfreechart : jar : 1.0.12 : compile
[ INFO ] | ± xml - apis : xml - apis : jar : 1.3.02 : compile
[ INFO ] | ± org . codehaus . castor : castor : jar : 1.2 : compile
[ INFO ] | ± org . apache . poi : poi - ooxml : jar : 3.7 : compile
[ INFO ] | | ± org . apache . poi : poi : jar : 3.7 : compile
[ INFO ] | | ± org . apache . poi : poi - ooxml - schemas : jar : 3.7 : compile
[ INFO ] | | | ± org . apache . xmlbeans : xmlbeans : jar : 2.3.0 : compile
[ INFO ] | | | | - stax : stax - api : jar : 1.0.1 : compile
[ INFO ] | | | - org . apache . geronimo . specs : geronimo - stax - api_1 .0 _spec : jar : 1.0 : compile
[ INFO ] | | - dom4j : dom4j : jar : 1.6.1 : compile
[ INFO ] | ± org . codehaus . jackson : jackson - core - lgpl : jar : 1.7.4 : compile
[ INFO ] | - org . codehaus . jackson : jackson - mapper - lgpl : jar : 1.7.4 : compile
[ INFO ] ± org . vaadin . addons : sessionguard : jar : 0.0.5 : compile
[ INFO ] ± com . google . gwt : maps : jar : 1.1.1 : compile
[ INFO ] ± coop . xxx . vaadin . addons : googlemapwidget : jar : 0.9.13 : compile
[ INFO ] ± com : jcaptcha - all : jar : 1.0 : compile
[ INFO ] ± org . vaadin . addons : jcaptchafield : jar : 1.0.1 : compile
[ INFO ] ± com . googlecode . json - simple : json - simple : jar : 1.1.1 : compile
[ INFO ] | - junit : junit : jar : 4.10 : compile
[ INFO ] | - org . hamcrest : hamcrest - core : jar : 1.1 : compile
[ INFO ] ± org . vaadin . addons : geolocation : jar : 1.0 : compile
[ INFO ] ± org . vaadin . addons : tokenfield : jar : 1.0 : compile
[ INFO ] ± org . vaadin . addons : buttongroup : jar : 1.2 : compile
[ INFO ] ± coop . xxx . vaadin . addons : googleanalyticstracker : jar : 1.1.1 : compile
[ INFO ] ± org . vaadin . addons : overlays : jar : 0.9.8 : compile
[ INFO ] ± icepush - gwt : icepush - gwt : jar : 2.0.0 : compile
[ INFO ] ± icepush : icepush : jar : 2.0.0 : compile
[ INFO ] ± org . vaadin . addons : icepush : jar : 0.2.1 : compile
[ INFO ] ± org . hsqldb : hsqldb : jar : 2.2.6 : compile
[ INFO ] - mysql : mysql - connector - java : jar : 5.1.13 : compile
[ INFO ]
[ INFO ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Reactor Summary :
[ INFO ] ------------------------------------------------------------------------
[ INFO ] project x … SUCCESS [ 1.674s ]
[ INFO ] project x … SUCCESS [ 0.739s ]
[ INFO ] project x … SUCCESS [ 0.288s ]
[ INFO ] project x … SUCCESS [ 0.267s ]
[ INFO ] project x … SUCCESS [ 0.281s ]
[ INFO ] project x … SUCCESS [ 0.297s ]
[ INFO ] ------------------------------------------------------------------------
[ INFO ] ------------------------------------------------------------------------
[ INFO ] BUILD SUCCESSFUL
[ INFO ] ------------------------------------------------------------------------
[ INFO ] Total time : 4 seconds
[ INFO ] Finished at : Wed Jun 19 16 : 14 : 15 BRT 2013
[ INFO ] Final Memory : 29 M / 239 M
[ INFO ] ------------------------------------------------------------------------</blockquote>
Lucas_Cavalcanti 19 de jun. de 2013
como vc pode ver por esse cara, todos os springs baixados estão na versão 3.1.0.
RafaelViana 19 de jun. de 2013
OK.
Problema não resolvido, mas não é um problema de conflito de dependências do Spring com VRaptor (motivo pelo qual foi criado este tópico).
Nykolas_Lima 20 de jun. de 2013
Talvez isso te ajude:
java, spring