You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/06/16 18:04:59 UTC

[sling-org-apache-sling-commons-html] branch master updated: set scope of dependency org.apache.sling.testing.paxexam to test

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-html.git


The following commit(s) were added to refs/heads/master by this push:
     new 5320279  set scope of dependency org.apache.sling.testing.paxexam to test
5320279 is described below

commit 532027970a040e17479fd89c0cf70706f140303e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Jun 16 20:04:48 2019 +0200

    set scope of dependency org.apache.sling.testing.paxexam to test
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e61b463..b886200 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.paxexam</artifactId>
             <version>3.0.0</version>
-            <scope>provided</scope>
+            <scope>test</scope>
         </dependency>
         <!-- logging -->
         <dependency>