You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/11/25 09:34:30 UTC

[sling-org-apache-sling-servlets-annotations] branch master updated: SLING-9930 - remove duplicate plugin section

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git


The following commit(s) were added to refs/heads/master by this push:
     new 885fc15  SLING-9930 - remove duplicate plugin section
885fc15 is described below

commit 885fc15e003b47173e5e0bb7e751f0ec4542a4c3
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Nov 25 10:32:18 2020 +0100

    SLING-9930 - remove duplicate plugin section
---
 src/it/annotations-it/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/it/annotations-it/pom.xml b/src/it/annotations-it/pom.xml
index 9366a27..2c3e253 100644
--- a/src/it/annotations-it/pom.xml
+++ b/src/it/annotations-it/pom.xml
@@ -28,7 +28,6 @@
       Integration tests for OSGi DS 1.4 component property type annotations for Sling servlets and filters
     </description>
 
-    <!-- compile with java 7 -->
     <properties>
         <sling.java.version>8</sling.java.version>
         <org.ops4j.pax.exam.version>4.13.4</org.ops4j.pax.exam.version>
@@ -41,11 +40,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-failsafe-plugin</artifactId>
-                <version>3.0.0-M5</version>
-            </plugin>
-            <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
                 <version>5.0.0</version>
@@ -53,6 +47,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
+                <version>3.0.0-M5</version>
                 <executions>
                     <execution>
                         <goals>