diff mx/suite.py @ 21664:06f6661380ef

fixed canonicalizeprojects issue
author Doug Simon <doug.simon@oracle.com>
date Tue, 02 Jun 2015 17:03:54 +0200
parents 381ab4105afe
children 476be2a91059 90bccd2369d9
line wrap: on
line diff
--- a/mx/suite.py	Tue Jun 02 15:15:58 2015 +0200
+++ b/mx/suite.py	Tue Jun 02 17:03:54 2015 +0200
@@ -857,9 +857,7 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "JUNIT",
         "com.oracle.jvmci.runtime.test",
-        "com.oracle.graal.runtime",
         "com.oracle.graal.java",
       ],
       "checkstyle" : "com.oracle.graal.graph",