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

rombert pushed a commit to branch issue/SLING-11633
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-teleporter.git

commit 1e5e04be713bb18f2ccb31b938a07b830506d80a
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Tue Apr 16 17:56:17 2024 +0200

    SLING-11633 - Compile with Java 11
    
    Clarify why we need some additional artifacts in compile scope.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a2ad556..5b59826 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,12 +122,14 @@
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+    <!-- keep Maven compile classpath consistent after upgrading to 
tinybundles 4.0.0 -->
     <dependency>
       <groupId>org.ops4j.base</groupId>
       <artifactId>ops4j-base-store</artifactId>
       <version>1.5.1</version>
       <scope>compile</scope>
     </dependency>
+    <!-- keep Maven compile classpath consistent after upgrading to 
tinybundles 4.0.0 -->
     <dependency>
       <groupId>biz.aQute.bnd</groupId>
       <artifactId>biz.aQute.bndlib</artifactId>

Reply via email to