You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/05/24 21:57:28 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - Fix Express DataBindingExample adding missing dependencies to Effects

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 9feb33de6 -> 512481811


Fix Express DataBindingExample adding missing dependencies to Effects


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

Branch: refs/heads/release0.8.0
Commit: 512481811da7bdec5b0a2d6e454912678f8351e2
Parents: 9feb33d
Author: piotrz <pi...@apache.org>
Authored: Wed May 24 23:57:23 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Wed May 24 23:57:23 2017 +0200

----------------------------------------------------------------------
 examples/express/DataBindingExample/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/51248181/examples/express/DataBindingExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/express/DataBindingExample/pom.xml b/examples/express/DataBindingExample/pom.xml
index bf040ce..133bbf4 100644
--- a/examples/express/DataBindingExample/pom.xml
+++ b/examples/express/DataBindingExample/pom.xml
@@ -69,6 +69,19 @@
         <type>swc</type>
         <classifier>js</classifier>
     </dependency>
+	<dependency>
+        <groupId>org.apache.flex.flexjs.framework</groupId>
+        <artifactId>Effects</artifactId>
+        <version>0.8.0-SNAPSHOT</version>
+        <type>swc</type>
+    </dependency>
+	<dependency>
+        <groupId>org.apache.flex.flexjs.framework</groupId>
+        <artifactId>Effects</artifactId>
+        <version>0.8.0-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
   </dependencies>
 
 </project>