|
The parent is just a copy of 2.0-m4, but if I look here http://springframework.cvs.sourceforge.net/springframework/spring/lib/readme.txt?r1=1.109&r2=1.101 I see a good amount of version changes
Here's an updated version, with upgraded versions. Note that this pom is missing many of the dependencies listed in Spring's readme.txt. The only version # I didn't upgrade was javax.jdo b/c the 2.0 version isn't available in the ibilio repo.
http://static.raibledesigns.com/downloads/spring-parent-2.0-rc3.pom After fixing 3.1->3.0.1 in commons-httpclient, there's still a missing piece
Missing: ---------- 1) aspectj:aspectjtools:jar:1.5.1a Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=aspectj -DartifactId=aspectjtools \ -Dversion=1.5.1a -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.springframework:spring:jar:2.0-rc3 2) aspectj:aspectjtools:jar:1.5.1a waiting for bundle.... According to http://mvnrepository.com/artifact/aspectj/aspectjtools:
1.5.1a isn't in the repo, how about 1.5.2 or 1.5.2a? you can attach the bundle for 1.5.1a
Hopefully I don't need to create another issue for this, so here's to hoping:
http://static.raibledesigns.com/downloads/aspectjtools-1.5.1a-bundle.jar ;-) Wasn't it easy?
Next time remove the distributionManagement section for hand made poms <distributionManagement> <status>deployed</status> </distributionManagement> Now, I don't think the mock will work without all the dependencies spring-* Why are there two versions of Spring being maintained in ibiblio's repo? I just saw this one added this morning:
http://mvnrepository.com/artifact/spring/spring/2.0-rc3 Deployed by mistake and removed
|
|||||||||||||||||||||||||||||||||||||
http://static.raibledesigns.com/downloads/spring-mock-2.0-rc3-bundle.jar