Repository: flex-falcon
Updated Branches:
  refs/heads/feature/maven-migration d20c2694f -> ced01ed58


Changed the dependency from compiler to compiler-jx, which made the module 
compile


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

Branch: refs/heads/feature/maven-migration
Commit: ced01ed585e47f8e4b63977921791bf7acddb93e
Parents: d20c269
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Sun Feb 21 20:19:57 2016 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Sun Feb 21 20:19:57 2016 +0100

----------------------------------------------------------------------
 flex-compiler-oem/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ced01ed5/flex-compiler-oem/pom.xml
----------------------------------------------------------------------
diff --git a/flex-compiler-oem/pom.xml b/flex-compiler-oem/pom.xml
index 5bd620c..4ba315c 100644
--- a/flex-compiler-oem/pom.xml
+++ b/flex-compiler-oem/pom.xml
@@ -16,8 +16,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.flex.compiler</groupId>
-            <artifactId>falcon-compiler</artifactId>
+            <groupId>org.apache.flex.flexjs.compiler</groupId>
+            <artifactId>compiler-jx</artifactId>
             <version>0.6.0-SNAPSHOT</version>
         </dependency>
         <dependency>

Reply via email to