I am trying to use this:

           <dependency>
               <groupId>org.springframework</groupId>
               <artifactId>spring</artifactId>
               <version> 2.0-rc2</version>
               <type>jar</type>
               <scope>compile</scope>
           </dependency>

           <dependency>
               <groupId> org.springframework</groupId>
               <artifactId>spring-mock</artifactId>
               <version>2.0-rc2</version>
               <type>jar</type>
               <scope>compile</scope>
           </dependency>


I just don't understand why the old libs are being put into my war.



But my war seems to be getting 1.2.7 and 2.0-rc2 jars
Why?


--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson

Reply via email to