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

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


The following commit(s) were added to refs/heads/master by this push:
     new 52fb69e  SLING-8191 API Region dependency analyzer should 
automatically check relevant region combinations
52fb69e is described below

commit 52fb69e76c9ad416dee6adec9bb52ec9ed9db099
Author: David Bosschaert <bossc...@adobe.com>
AuthorDate: Wed Jan 16 17:02:08 2019 +0000

    SLING-8191 API Region dependency analyzer should automatically check 
relevant region combinations
    
    Remove configuration from an integration test that is not necessary any
    more.
---
 src/it/analyzer-apiregions-errors-detected/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/it/analyzer-apiregions-errors-detected/pom.xml 
b/src/it/analyzer-apiregions-errors-detected/pom.xml
index 78d3fd3..9a7596b 100644
--- a/src/it/analyzer-apiregions-errors-detected/pom.xml
+++ b/src/it/analyzer-apiregions-errors-detected/pom.xml
@@ -42,18 +42,6 @@
             <scan>
               <filesInclude>**/*.json</filesInclude>
               <includeTask>api-regions-dependencies</includeTask>
-              <taskConfiguration>
-                <api-regions-dependencies>
-                  <property>
-                    <name>exporting-apis</name>
-                    <value>my-global</value>
-                  </property>
-                  <property>
-                    <name>hiding-apis</name>
-                    <value>my-deprecated</value>
-                  </property>
-                </api-regions-dependencies>
-              </taskConfiguration>
             </scan>
           </scans>
         </configuration>

Reply via email to