hi all,
i m runnig maven2 for building my app, which uses spring.
i tried to set as dependency spring

dependency>
     <groupId>org.springframework</groupId>
     <artifactId>spring</artifactId>
     <version>1.2.5</version>
     <scope>compile</scope>
    </dependency>


downloading htat dependency will require maven2 to download also
javax.resource.connector version 1.0, which maven
is unable to get...

can i get it or do i have to modify the spring dependency ?

thanks in advance and regards
marco

Reply via email to