Hi Roland,
it seems the my hosting platform (Origo in Switzerland) is currently not available or very slow. Maybe this is fixed in a couple of hours.
If the FlexSDK should not be updated from 3.5 to 4.1 I think only the exclusion in the as3commons-lang is necessary (this included the Flex SDK 3.2 and flexmojos claimed the used flex-compiler 3.5 and the framework does not fit).
Code:
<dependency>
<groupId>org.as3commons</groupId>
<artifactId>as3commons-lang</artifactId>
<version>${as3commons-lang.version}</version>
<type>swc</type>
<scope>external</scope>
<exclusions>
<exclusion>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>flex-framework</artifactId>
</exclusion>
</exclusions>
</dependency>
Currently I only have been working with the CI server Hudson. Hudson is available to check out any SVN sources and build them. Maybe thats also possible with Bamboo, so that it is no problem to host the sources in an SVN outside the Spring universe.
Have a nice weekend,
Christoph