changeset 18727:03861c619acb

Canonicalize project dependencies.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 19 Dec 2014 15:05:48 +0100
parents 8153d8cf264c
children e2460f2b3121
files mx/suite.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/suite.py	Fri Dec 19 14:58:50 2014 +0100
+++ b/mx/suite.py	Fri Dec 19 15:05:48 2014 +0100
@@ -720,7 +720,6 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "com.oracle.graal.phases.common",
         "com.oracle.graal.runtime",
         "JUNIT",
       ],