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/09 15:51:03 UTC

[sling-org-apache-sling-adapter-annotations] branch master updated: SLING-2938 - fix incomplete workaround for SLING-8080

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-adapter-annotations.git


The following commit(s) were added to refs/heads/master by this push:
     new f12a5b5  SLING-2938 - fix incomplete workaround for SLING-8080
f12a5b5 is described below

commit f12a5b5f41e0c21eeb57291ef1d4c99f297749a8
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Nov 9 16:50:35 2020 +0100

    SLING-2938 - fix incomplete workaround for SLING-8080
---
 src/it/annotations-it/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/annotations-it/pom.xml b/src/it/annotations-it/pom.xml
index d8a9fc9..b7e654a 100644
--- a/src/it/annotations-it/pom.xml
+++ b/src/it/annotations-it/pom.xml
@@ -92,7 +92,7 @@
                         </goals>
                         <configuration>
                             <modelDirectory>${project.basedir}/src/test/provisioning</modelDirectory>
-                            <usePomDependencies>true</usePomDependencies>
+                            <usePomDependencies>false</usePomDependencies>
                         </configuration>
                     </execution>
                     <execution>