You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/11/16 11:50:45 UTC

git commit: [flex-asjs] [refs/heads/develop] - - Fixed the maven build which was failing due to changed dependencies structure

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 23740bcee -> 2201cf5d3


- Fixed the maven build which was failing due to changed dependencies structure


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

Branch: refs/heads/develop
Commit: 2201cf5d3a0ef2fc6863c56f53952ba17b3f17ef
Parents: 23740bc
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed Nov 16 12:50:37 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed Nov 16 12:50:37 2016 +0100

----------------------------------------------------------------------
 frameworks/projects/HTML/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2201cf5d/frameworks/projects/HTML/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/pom.xml b/frameworks/projects/HTML/pom.xml
index 5eab490..c41420c 100644
--- a/frameworks/projects/HTML/pom.xml
+++ b/frameworks/projects/HTML/pom.xml
@@ -123,6 +123,19 @@
       <type>swc</type>
       <classifier>typedefs</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>typedefs</classifier>
+    </dependency>
   </dependencies>
 
 </project>