Repository: flex-falcon Updated Branches: refs/heads/feature/maven-migration 61f0f8561 -> 717f15f60
Removed some unneeded dependencies Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/717f15f6 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/717f15f6 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/717f15f6 Branch: refs/heads/feature/maven-migration Commit: 717f15f6043691f80c9302daed9503d9f259d521 Parents: 61f0f85 Author: Christofer Dutz <[email protected]> Authored: Sat Mar 19 15:40:48 2016 +0100 Committer: Christofer Dutz <[email protected]> Committed: Sat Mar 19 15:40:48 2016 +0100 ---------------------------------------------------------------------- flexjs-maven-plugin/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/717f15f6/flexjs-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/flexjs-maven-plugin/pom.xml b/flexjs-maven-plugin/pom.xml index 1813a44..da44094 100644 --- a/flexjs-maven-plugin/pom.xml +++ b/flexjs-maven-plugin/pom.xml @@ -70,21 +70,10 @@ <version>3.0.3</version> </dependency> <dependency> - <groupId>org.apache.flex.flexjs.compiler</groupId> - <artifactId>compiler</artifactId> - <version>0.6.0-SNAPSHOT</version> - </dependency> - <dependency> <groupId>org.apache.flex.compiler</groupId> <artifactId>flex-tool-api</artifactId> <version>4.15.0</version> </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.10</version> - </dependency> </dependencies> <build>
