Correction, that was not the problem, the problem was caused by having
a dependency on as3-commons-bytecode, it pulled in some strange
things.
I needed to exclude them in order for the weird problem to go away.

 <dependency>
      <groupId>org.as3commons</groupId>
      <artifactId>as3commons-bytecode</artifactId>
      <version>1.1-SNAPSHOT</version>
      <type>swc</type>
      <exclusions>
        <exclusion><groupId>com.adobe.flex.framework</
groupId><artifactId>aircore</artifactId></exclusion>
        <exclusion><groupId>com.adobe.flex.framework</
groupId><artifactId>airframework</artifactId></exclusion>
        <exclusion><groupId>com.adobe.flex.framework</
groupId><artifactId>airglobal</artifactId></exclusion>
        <exclusion><groupId>com.adobe.flex.framework</
groupId><artifactId>airspark</artifactId></exclusion>
      </exclusions>
    </dependency>
  </dependencies>

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to