Repository: flex-flexunit Updated Branches: refs/heads/feature/maven-migration 945eb7751 -> 5f622273b
- Added and fixed the build of the FlexUnit4AntTasks Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/5f622273 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/5f622273 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/5f622273 Branch: refs/heads/feature/maven-migration Commit: 5f622273b5ad29e4ed860d8f1fbf6a5e0610199f Parents: 945eb77 Author: Christofer Dutz <[email protected]> Authored: Tue Jul 5 16:03:32 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Tue Jul 5 16:03:32 2016 +0200 ---------------------------------------------------------------------- FlexUnit4AntTasks/pom.xml | 16 ++++++++++++++++ pom.xml | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5f622273/FlexUnit4AntTasks/pom.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4AntTasks/pom.xml b/FlexUnit4AntTasks/pom.xml index 0adcc10..03bc820 100644 --- a/FlexUnit4AntTasks/pom.xml +++ b/FlexUnit4AntTasks/pom.xml @@ -38,6 +38,22 @@ </build> <dependencies> + <dependency> + <groupId>org.apache.ant</groupId> + <artifactId>ant</artifactId> + <version>1.7.1</version> + </dependency> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.6.1</version> + </dependency> + <!-- TODO: Check if this is needed at runtime, test-time or no-time --> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1.6</version> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/5f622273/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 820ff5e..90a82ba 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,6 @@ <modules> <module>FlexUnit4</module> <module>FlexUnit4AirCIListener</module> - <!--module>FlexUnit4AntTasks</module--> <module>FlexUnit4CIListener</module> <module>FlexUnit4FlexCoverListener</module> <module>FlexUnit4FluintExtensions</module> @@ -102,6 +101,8 @@ <!--module>FlexUnit4Test</module--> <!--module>FlexUnit4Turnkey</module--> <module>FlexUnit4UIListener</module> + + <module>FlexUnit4AntTasks</module> </modules> <build>
