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

[sling-org-apache-sling-feature-cpconverter] branch master updated: SLING-11491 - make LocalMavenRepositoryArtifactsDeployer extendable

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new f0a6206  SLING-11491 - make LocalMavenRepositoryArtifactsDeployer extendable
f0a6206 is described below

commit f0a6206c0864243221a44acaf7c4ac47d7226179
Author: Niek Raaijmakers <ni...@gmail.com>
AuthorDate: Fri Jul 22 13:54:14 2022 +0200

    SLING-11491 - make LocalMavenRepositoryArtifactsDeployer extendable
---
 .../cpconverter/artifacts/LocalMavenRepositoryArtifactsDeployer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/feature/cpconverter/artifacts/LocalMavenRepositoryArtifactsDeployer.java b/src/main/java/org/apache/sling/feature/cpconverter/artifacts/LocalMavenRepositoryArtifactsDeployer.java
index ccc2725..a04a998 100644
--- a/src/main/java/org/apache/sling/feature/cpconverter/artifacts/LocalMavenRepositoryArtifactsDeployer.java
+++ b/src/main/java/org/apache/sling/feature/cpconverter/artifacts/LocalMavenRepositoryArtifactsDeployer.java
@@ -33,7 +33,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Stores the deployed artifacts in a <a href="https://cwiki.apache.org/confluence/display/MAVENOLD/Repository+Layout+-+Final">local Maven repository layout</a>.
  */
-public final class LocalMavenRepositoryArtifactsDeployer implements ArtifactsDeployer {
+public class LocalMavenRepositoryArtifactsDeployer implements ArtifactsDeployer {
 
     private final Logger logger = LoggerFactory.getLogger(getClass());