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:07:18 UTC

[sling-site] 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-site.git


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

commit 934f0e7d0a78ab418454b4c9d88622ff1a42f797
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Jun 16 20:07:07 2019 +0200

    set scope of dependency org.apache.sling.testing.paxexam to test
---
 src/main/jbake/content/documentation/development/testing-paxexam.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md
index 8bc949a..996af79 100644
--- a/src/main/jbake/content/documentation/development/testing-paxexam.md
+++ b/src/main/jbake/content/documentation/development/testing-paxexam.md
@@ -36,7 +36,7 @@ Add the required dependencies for testing with JUnit and Pax Exam in Sling:
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
       <version>3.0.0</version>
-      <scope>provided</scope>
+      <scope>test</scope>
     </dependency>
 
     <!-- an OSGi framework -->