You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marco Mistroni <mm...@gmail.com> on 2006/09/01 14:41:54 UTC

javax.resource connector, unable to download dependency

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

Re: javax.resource connector, unable to download dependency

Posted by Allan Ramirez <ar...@exist.com>.
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

-allan

Marco Mistroni wrote:
> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: javax.resource connector, unable to download dependency

Posted by ben short <be...@benshort.co.uk>.
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

On 9/1/06, Marco Mistroni <mm...@gmail.com> wrote:
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org