Repository: flex-asjs Updated Branches: refs/heads/develop 7bd1f43ed -> 17ad36d96
- Cleaned up the dependencies Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/17ad36d9 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/17ad36d9 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/17ad36d9 Branch: refs/heads/develop Commit: 17ad36d96b38459a07bab2013cf98b25da164cb8 Parents: 7bd1f43 Author: Christofer Dutz <[email protected]> Authored: Sat Jun 25 12:13:39 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Sat Jun 25 12:13:39 2016 +0200 ---------------------------------------------------------------------- examples/flexjs/ChartExample/pom.xml | 6 ------ examples/flexjs/FlexWebsiteStatsViewer/pom.xml | 6 ------ examples/flexjs/pom.xml | 4 ++-- examples/pom.xml | 1 - 4 files changed, 2 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/17ad36d9/examples/flexjs/ChartExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ChartExample/pom.xml b/examples/flexjs/ChartExample/pom.xml index b5b80e5..72c787d 100644 --- a/examples/flexjs/ChartExample/pom.xml +++ b/examples/flexjs/ChartExample/pom.xml @@ -53,12 +53,6 @@ <version>0.7.0-SNAPSHOT</version> <type>swc</type> </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Graphics</artifactId> - <version>0.7.0-SNAPSHOT</version> - <type>swc</type> - </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/17ad36d9/examples/flexjs/FlexWebsiteStatsViewer/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexWebsiteStatsViewer/pom.xml b/examples/flexjs/FlexWebsiteStatsViewer/pom.xml index bf3f495..4a8eba2 100644 --- a/examples/flexjs/FlexWebsiteStatsViewer/pom.xml +++ b/examples/flexjs/FlexWebsiteStatsViewer/pom.xml @@ -55,12 +55,6 @@ </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Collections</artifactId> - <version>0.7.0-SNAPSHOT</version> - <type>swc</type> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Charts</artifactId> <version>0.7.0-SNAPSHOT</version> <type>swc</type> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/17ad36d9/examples/flexjs/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml index 7e80288..e277112 100644 --- a/examples/flexjs/pom.xml +++ b/examples/flexjs/pom.xml @@ -57,10 +57,11 @@ <dependency> <groupId>com.adobe.flash.framework</groupId> <artifactId>playerglobal</artifactId> - <version>20.0</version> + <version>${flash.version}</version> <type>swc</type> <scope>external</scope> </dependency> + <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Core</artifactId> @@ -73,7 +74,6 @@ <version>0.7.0-SNAPSHOT</version> <type>swc</type> </dependency> - <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Collections</artifactId> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/17ad36d9/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 6f67c71..6546532 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -61,5 +61,4 @@ </pluginManagement> </build> - </project> \ No newline at end of file
