Repository: flex-asjs Updated Branches: refs/heads/develop a0ed79f2f -> 9ae137e6f
gcl needs to be on library-path so goog.requires get emitted Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/52e830e4 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/52e830e4 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/52e830e4 Branch: refs/heads/develop Commit: 52e830e4d9dd8985333b0da7b5c3e279270a19d3 Parents: a0ed79f Author: Alex Harui <[email protected]> Authored: Wed Jun 29 07:43:20 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 29 07:43:20 2016 -0700 ---------------------------------------------------------------------- frameworks/projects/Core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/52e830e4/frameworks/projects/Core/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/pom.xml b/frameworks/projects/Core/pom.xml index 4683329..fa24dde 100644 --- a/frameworks/projects/Core/pom.xml +++ b/frameworks/projects/Core/pom.xml @@ -91,7 +91,7 @@ <version>0.7.0-SNAPSHOT</version> <type>swc</type> <classifier>extern</classifier> - <scope>external</scope> + <scope>provided</scope> </dependency> </dependencies>
