Repository: flex-flexunit Updated Branches: refs/heads/feature/maven-migration 035818061 -> 945eb7751
- Updated some dependencies to system scoped dependencies Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/945eb775 Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/945eb775 Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/945eb775 Branch: refs/heads/feature/maven-migration Commit: 945eb77515ebdb9eb9d25fd59a809a9538269608 Parents: 0358180 Author: Christofer Dutz <[email protected]> Authored: Tue Jul 5 15:38:46 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Tue Jul 5 15:38:46 2016 +0200 ---------------------------------------------------------------------- FlexUnit4/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/945eb775/FlexUnit4/pom.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4/pom.xml b/FlexUnit4/pom.xml index d87598d..159ec12 100644 --- a/FlexUnit4/pom.xml +++ b/FlexUnit4/pom.xml @@ -49,12 +49,16 @@ <artifactId>flexunit</artifactId> <version>1.0.0</version> <type>swc</type> + <scope>system</scope> + <systemPath>${basedir}/libs/FlexUnit1Lib.swc</systemPath> </dependency> <dependency> <groupId>hamcrest-as3</groupId> <artifactId>hamcrest-as3</artifactId> - <version>1.1.0</version> + <version>1.1.3</version> <type>swc</type> + <scope>system</scope> + <systemPath>${basedir}/libs/hamcrest-as3-flex-1.1.3.swc</systemPath> </dependency> </dependencies>
