Remove unneeded modules from Text pom
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a35c0525 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a35c0525 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a35c0525 Branch: refs/heads/develop Commit: a35c052520946564f3b279aabee9855f58068da6 Parents: 85588e5 Author: piotrz <[email protected]> Authored: Sun Jun 18 20:21:50 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Jun 18 20:21:50 2017 +0200 ---------------------------------------------------------------------- frameworks/projects/Text/pom.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a35c0525/frameworks/projects/Text/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Text/pom.xml b/frameworks/projects/Text/pom.xml index cfafc1c..05f1f92 100644 --- a/frameworks/projects/Text/pom.xml +++ b/frameworks/projects/Text/pom.xml @@ -71,34 +71,6 @@ <dependencies> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> - <type>swc</type> - <classifier>swf</classifier> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Core</artifactId> - <version>0.9.0-SNAPSHOT</version> - <type>swc</type> - <classifier>js</classifier> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Basic</artifactId> - <version>0.9.0-SNAPSHOT</version> - <type>swc</type> - <classifier>swf</classifier> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> - <artifactId>Basic</artifactId> - <version>0.9.0-SNAPSHOT</version> - <type>swc</type> - <classifier>js</classifier> - </dependency> - <dependency> - <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>HTML</artifactId> <version>0.9.0-SNAPSHOT</version> <type>swc</type>
