now needs Reflection APIs

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

Branch: refs/heads/feature/amf
Commit: 34656e56d60260f7853ab343233b8bbe1bbfbe24
Parents: 93606e0
Author: Alex Harui <[email protected]>
Authored: Mon Sep 4 09:23:44 2017 -0700
Committer: Carlos Rovira <[email protected]>
Committed: Thu Sep 7 00:24:03 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/RemoteObjectAMFTest/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/34656e56/examples/flexjs/RemoteObjectAMFTest/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/RemoteObjectAMFTest/pom.xml 
b/examples/flexjs/RemoteObjectAMFTest/pom.xml
index 849521f..494dc25 100644
--- a/examples/flexjs/RemoteObjectAMFTest/pom.xml
+++ b/examples/flexjs/RemoteObjectAMFTest/pom.xml
@@ -102,6 +102,20 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
+    <dependency>
+        <groupId>org.apache.flex.flexjs.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.0-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.flex.flexjs.framework</groupId>
+        <artifactId>Reflection</artifactId>
+        <version>0.9.0-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
   </dependencies>
 
 </project>

Reply via email to