Repository: flex-asjs
Updated Branches:
  refs/heads/develop 46349e7a0 -> 1094ee85e


- Added some transitive dependencies in order to make the swf's at least stop 
complaining about missing classes


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1094ee85
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1094ee85
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1094ee85

Branch: refs/heads/develop
Commit: 1094ee85e8478f919a78ce6ff6b32a6a0ede062f
Parents: 46349e7
Author: Christofer Dutz <[email protected]>
Authored: Tue Jun 21 13:19:49 2016 +0200
Committer: Christofer Dutz <[email protected]>
Committed: Tue Jun 21 13:19:49 2016 +0200

----------------------------------------------------------------------
 examples/flexjs/pom.xml | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1094ee85/examples/flexjs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml
index 553458a..067af86 100644
--- a/examples/flexjs/pom.xml
+++ b/examples/flexjs/pom.xml
@@ -62,7 +62,7 @@
       <artifactId>playerglobal</artifactId>
       <version>20.0</version>
       <type>swc</type>
-      <scope>provided</scope>
+      <scope>external</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
@@ -76,6 +76,25 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Collections</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Binding</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.flex.flexjs.framework</groupId>
+      <artifactId>Graphics</artifactId>
+      <version>0.7.0-SNAPSHOT</version>
+      <type>swc</type>
+    </dependency>
   </dependencies>
 
 </project>

Reply via email to