bh5k
May 8th, 2009, 12:19 PM
Upgrading to RC1 and the RC1 has a transitive dependency to:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.beans</artifactId>
<version>2.5.6.A</version>
<scope>compile</scope>
</dependency>
browsing the repo:
http://s3browse.com/explore/repository.springsource.com/maven/bundles/milestone/org/springframework/org.springframework.beans/
2.5.6.A is not there. What is 2.5.6.A anyway? I am using 2.5.6, but I don't understand what the 'A' is signifying.
Is this an error in the Flex RC1 pom or where is this file located?
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.beans</artifactId>
<version>2.5.6.A</version>
<scope>compile</scope>
</dependency>
browsing the repo:
http://s3browse.com/explore/repository.springsource.com/maven/bundles/milestone/org/springframework/org.springframework.beans/
2.5.6.A is not there. What is 2.5.6.A anyway? I am using 2.5.6, but I don't understand what the 'A' is signifying.
Is this an error in the Flex RC1 pom or where is this file located?