This is an automated email from the ASF dual-hosted git repository. jsedding pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git
commit 9b8274c90815193e67f4f94b72507cd58cb28b9e Author: Julian Sedding <[email protected]> AuthorDate: Thu Jun 24 17:35:04 2021 +0200 trivial: remove unused imports --- .../java/org/apache/sling/junit/impl/TestsManagerImplTest.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/test/java/org/apache/sling/junit/impl/TestsManagerImplTest.java b/src/test/java/org/apache/sling/junit/impl/TestsManagerImplTest.java index 9cb9ee1..b474111 100644 --- a/src/test/java/org/apache/sling/junit/impl/TestsManagerImplTest.java +++ b/src/test/java/org/apache/sling/junit/impl/TestsManagerImplTest.java @@ -16,14 +16,6 @@ */ package org.apache.sling.junit.impl; -import net.bytebuddy.ByteBuddy; -import net.bytebuddy.description.type.TypeDescription; -import net.bytebuddy.dynamic.scaffold.InstrumentedType; -import net.bytebuddy.implementation.DefaultMethodCall; -import net.bytebuddy.implementation.Implementation; -import net.bytebuddy.implementation.MethodCall; -import net.bytebuddy.implementation.bytecode.ByteCodeAppender; -import net.bytebuddy.matcher.ElementMatchers; import org.apache.sling.junit.Renderer; import org.apache.sling.junit.RequestParser; import org.apache.sling.junit.TestsManager;
