Repository: maven-surefire Updated Branches: refs/heads/master 2bdeeaf1a -> aba9d94db
Remove unused import Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/aba9d94d Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/aba9d94d Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/aba9d94d Branch: refs/heads/master Commit: aba9d94dbabf61830b7af40d17a3ffdf46e6fb6a Parents: 2bdeeaf Author: Andreas Gudian <agud...@apache.org> Authored: Sun Aug 3 20:44:24 2014 +0200 Committer: Andreas Gudian <agud...@apache.org> Committed: Sun Aug 3 20:44:24 2014 +0200 ---------------------------------------------------------------------- .../org/apache/maven/surefire/common/junit48/FilterFactory.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/aba9d94d/surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FilterFactory.java ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FilterFactory.java b/surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FilterFactory.java index 3c2fa86..9171336 100644 --- a/surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FilterFactory.java +++ b/surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FilterFactory.java @@ -39,7 +39,6 @@ import org.apache.maven.surefire.group.parse.ParseException; import org.junit.experimental.categories.Category; import org.junit.runner.Description; import org.junit.runner.manipulation.Filter; -import sun.security.krb5.internal.crypto.Des; /** * @author Todd Lipcon