From a6406326a1e4480e00f70f1e741f9f0e3186c8bb Mon Sep 17 00:00:00 2001 From: Matthieu Brouillard Date: Mon, 25 Jan 2021 11:57:54 +0100 Subject: [PATCH] [MNG-7082] - remove deprecation on org.apache.maven.plugin.logging.Log interface --- .../src/main/java/org/apache/maven/plugin/logging/Log.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/Log.java b/maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/Log.java index 04d85bd960cc..2928d9fc94c0 100644 --- a/maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/Log.java +++ b/maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/Log.java @@ -28,10 +28,7 @@ * rather than formatting first by calling toString(). * * @author jdcasey - * - * @deprecated Use SLF4J directly */ -@Deprecated public interface Log { /**