Repository: groovy Updated Branches: refs/heads/master d4100459b -> 81a07ed65
remove unused import - try to kick start github sync Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/81a07ed6 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/81a07ed6 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/81a07ed6 Branch: refs/heads/master Commit: 81a07ed65b5d9f1661fbad147c18bdb660e338c1 Parents: d410045 Author: paulk <[email protected]> Authored: Sun Jan 8 05:53:18 2017 +1000 Committer: paulk <[email protected]> Committed: Sun Jan 8 05:53:18 2017 +1000 ---------------------------------------------------------------------- src/main/groovy/grape/GrapeIvy.groovy | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/81a07ed6/src/main/groovy/grape/GrapeIvy.groovy ---------------------------------------------------------------------- diff --git a/src/main/groovy/grape/GrapeIvy.groovy b/src/main/groovy/grape/GrapeIvy.groovy index 3702c13..c7f7b45 100644 --- a/src/main/groovy/grape/GrapeIvy.groovy +++ b/src/main/groovy/grape/GrapeIvy.groovy @@ -18,8 +18,6 @@ */ package groovy.grape -import org.codehaus.groovy.reflection.ReflectionCache - import java.util.regex.Pattern import org.apache.ivy.Ivy import org.apache.ivy.core.cache.ResolutionCacheManager
