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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c09549  releng: remove obsolete config for maven-antrun-plugin
4c09549 is described below

commit 4c0954969b6ce10ed5f8a2660e151cd7f8a347ff
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Dec 28 14:39:32 2020 +0100

    releng: remove obsolete config for maven-antrun-plugin
---
 sling-parent/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index f86be33..3d89a3c 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -301,26 +301,6 @@
                         
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-antrun-plugin</artifactId>
-                    <dependencies>
-                        <!-- declare dependencies here rather than where 
needed to
-                             circumvent 
http://jira.codehaus.org/browse/MANTRUN-51
-                        -->
-                        <dependency>
-                            <groupId>org.apache.ant</groupId>
-                            <artifactId>ant-apache-regexp</artifactId>
-                            <version>1.7.1</version>
-                            <scope>runtime</scope>
-                        </dependency>
-                        <dependency>
-                            <groupId>jakarta-regexp</groupId>
-                            <artifactId>jakarta-regexp</artifactId>
-                            <version>1.4</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
                 <!-- only overwrite config for surefire/failsafe -->
                 <plugin>
                     <artifactId>maven-surefire-plugin</artifactId>

Reply via email to