pupsnow / as3-commons

Automatically exported from code.google.com/p/as3-commons
1 stars 0 forks source link

as3-commons-async 1.0-RC1 some maven dependencies need to be optional #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there, 

I've got the same bug as 
http://code.google.com/p/as3-commons/issues/detail?id=110 , but with 
as3-commons-async. 

I have fixed the broken test class compilation locally by excluding a bunch of 
maven dependencies, but they probably need to be optional on your side.

Best wishes,

Bryan Hunt

 <dependency>
            <groupId>org.as3commons</groupId>
            <artifactId>as3commons-async</artifactId>
            <version>1.0-RC1</version>
            <type>swc</type>
            <exclusions>

<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>flex</artifact
Id></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>utilities</art
ifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>air-framework<
/artifactId></exclusion>
<exclusion><groupId>nl.demonsters.debugger</groupId><artifactId>monsterdebugger<
/artifactId></exclusion>
<exclusion><groupId>ant-contrib</groupId><artifactId>ant-contrib</artifactId></e
xclusion>
<exclusion><groupId>ant</groupId><artifactId>ant-nodeps</artifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>airframework</
artifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>airglobal</art
ifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>airspark</arti
factId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>applicationupd
ater</artifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>applicationupd
ater_ui</artifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>servicemonitor
</artifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>airframework</
artifactId></exclusion>
<exclusion><groupId>com.adobe.flex.framework</groupId><artifactId>airspark</arti
factId></exclusion>

            </exclusions>
        </dependency>

Original issue reported on code.google.com by sentimen...@gmail.com on 21 Dec 2011 at 2:04