You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/12/20 13:47:35 UTC

[05/31] flex-blazeds git commit: FLEX-34849 - adding flex-messaging-core as a maven dependency gives a wrong dependency - Removed the dependency to tools.jar as this seems to only be needed if the project is being built by Ant

FLEX-34849 - adding flex-messaging-core as a maven dependency gives a wrong dependency
- Removed the dependency to tools.jar as this seems to only be needed if the project is being built by Ant


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/702815f9
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/702815f9
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/702815f9

Branch: refs/heads/master
Commit: 702815f9aec1084dc69a405f9712af20ae7d2534
Parents: bc96a88
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue May 26 15:45:41 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue May 26 15:45:41 2015 +0200

----------------------------------------------------------------------
 modules/core/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/702815f9/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 4d7796c..1309282 100755
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -62,15 +62,6 @@ limitations under the License.
 			<version>1.1-rev-1</version>
 			<scope>provided</scope>
 		</dependency>
-
-        <!-- needed in order to build the ExcludeDoclet -->
-        <dependency>
-            <groupId>com.sun</groupId>
-            <artifactId>tools</artifactId>
-            <version>jdk-version</version>
-            <scope>system</scope>
-            <systemPath>${java.home}/../lib/tools.jar</systemPath>
-        </dependency>
 	</dependencies>
 
 	<build>