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

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

commit 7678d80cc17bfaccc22b04ea9b5a3d6a8b4b7d52
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 0e1d016..c09f247 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>runtime</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