← Back to team overview

dhis2-devs team mailing list archive

Re: Error running DHIS 2 on Jetty on Ubuntu

 

Maven black magic.  i wish I knew things like mvn dependency:tree. That
sounds useful.

2009/12/16 Lars Helge Øverland <larshelge@xxxxxxxxx>

>
> There lots of similar reports out in google-land.  This one
>> (org.springframework.core.
>> BridgeMethodResolver.findBridgedMethod(BridgeMethodResolver.java:63))
>> seemed interesting.  Any chance you are mixing spring versions?
>>
>> Bob.
>>
>>
> You hit the nail on the head Bob! mvn dependency:tree reveals that
> struts-spring-plugin introduces transitive dependencies to spring-context,
> spring-beans and spring-web version 2.5.3. I have enforced version 2.5.6 by
> including those in the dependency management in the root POM. I am sure we
> can remove some of them but will wait with that until after the release.
> Thanks a lot...
>
>
>

Follow ups

References