mvn dependency:tree | grep spring

spring-framework-xxx:2.0.5
spring-framework-xxx:2.5.6   -- oh #&@!

<dependency>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-spring-plugin</artifactId>
     <version>2.0.11.2</version>
     <excludes>
         <exclude>
              <groupId>org.springframework</groupId>
              <artifactId>spring-context</artifactId>
          <exclude>
          <exclude>
              <groupId>org.springframework</groupId>
              <artifactId>spring-web</artifactId>
          </exclude>
     </excludes>
</dependency>

mvn clean is your friend.

Also, list what spring modules you have in your pom.


newton.dave wrote:
> 
> Sidharth Bhatia wrote:
>> This file:
>> 
>> <parent>
>>         <artifactId>struts2-plugins</artifactId>
>>         <groupId>org.apache.struts</groupId>
>>         <version>2.1.2</version>
>>     </parent>
> 
> Um... what about all the other stuff I said? Can't you just explicitly 
> specify the plugin?
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Getting-a-spring-error-and-need-help.-tp21675034p21679747.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to