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 2022/09/02 12:53:30 UTC

[sling-org-apache-sling-testing-paxexam] 01/04: SLING-11561 Update to Sling Bundle Parent 49

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-testing-paxexam.git

commit ad67fbbd673eba71ebea8baa2412ed0c5b0c9326
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 2 14:38:34 2022 +0200

    SLING-11561 Update to Sling Bundle Parent 49
    
    fix wrong scopes
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b6b4c73..d409c59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <dependency>
       <groupId>org.ops4j.pax.tinybundles</groupId>
       <artifactId>tinybundles</artifactId>
-      <scope>provided</scope>
+      <scope>compile</scope>
       <version>3.0.0</version>
     </dependency>
     <!-- logging -->
@@ -123,13 +123,13 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <scope>provided</scope>
+      <scope>compile</scope>
       <version>${org.ops4j.pax.exam.version}</version>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-cm</artifactId>
-      <scope>provided</scope>
+      <scope>compile</scope>
       <version>${org.ops4j.pax.exam.version}</version>
     </dependency>
     <dependency>