spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.14k stars 37.95k forks source link

Spring 2.5.1 uses dependencies which are not publicly published [SPR-4312] #8991

Closed spring-projects-issues closed 16 years ago

spring-projects-issues commented 16 years ago

Pascal Alberty opened SPR-4312 and commented

<dependency>
     <groupId>aspectj</groupId>
     <artifactId>aspectjrt</artifactId>
     <version>1.5.4</version>
     <optional>true</optional>
</dependency>
<dependency>
     <groupId>aspectj</groupId>
     <artifactId>aspectjweaver</artifactId>
     <version>1.5.4</version>
     <optional>true</optional>
</dependency>

are used by Spring 2.5.1 pom but these dependencies are not yet publicly published in the maven public repository. So builds fail.


Affects: 2.5.1

1 votes, 3 watchers

spring-projects-issues commented 16 years ago

Juergen Hoeller commented

Ben (and Andy), can you please make sure that AspectJ 1.5.4 is properly published to the repository?

Juergen

spring-projects-issues commented 16 years ago

Pascal Alberty commented

Is it possible now to publish (or ask to publish) these dependencies to be able to use Spring 2.5.1 without playing with manual download and installation and without waiting Spring 2.5.2 ?

Thanks a lot !

spring-projects-issues commented 16 years ago

nebhale commented

This is the responsibility of the AspectJ team to publish (we couldn't do it if we wanted to) and in general, our POMs are accurate whether the JARs are on the central repo or not. I've talked with the AspectJ team and they are working on this today.

spring-projects-issues commented 16 years ago

Pascal Alberty commented

Thanks !

spring-projects-issues commented 16 years ago

Pascal Alberty commented

http://jira.codehaus.org/browse/MAVENUPLOAD-1897