You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by js...@apache.org on 2021/06/24 19:50:29 UTC

[sling-org-apache-sling-junit-core] 03/04: trivial: remove unused imports

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 <js...@apache.org>
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;