You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/08/17 13:02:59 UTC

[sling-maven-plugin] branch master updated: releng: remove ununsed import

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 624e74c  releng: remove ununsed import
624e74c is described below

commit 624e74cd997952c217220135cf5099b8c18e0bcd
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Aug 17 15:02:53 2022 +0200

    releng: remove ununsed import
---
 .../org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
index 41a99f4..c44b5fd 100644
--- a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
+++ b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
@@ -24,7 +24,6 @@ import java.net.URI;
 
 import org.apache.hc.client5.http.impl.classic.CloseableHttpClient;
 import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
 import org.apache.maven.plugins.annotations.Parameter;
 import org.apache.maven.project.MavenProject;
 import org.apache.sling.maven.bundlesupport.deploy.BundleDeploymentMethod;