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 8ec5c35fd4c67e12f06cca7e803058e71ffebecc
Author: Sufyan Haroon <shar...@adobe.com>
AuthorDate: Tue Apr 9 14:55:32 2024 +0530

    SLING-11633 - Compile with Java 11
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index c39b1cc..0e1d016 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,18 @@
       <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.ops4j.base</groupId>
+      <artifactId>ops4j-base-store</artifactId>
+      <version>1.5.1</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>biz.aQute.bnd</groupId>
+      <artifactId>biz.aQute.bndlib</artifactId>
+      <version>6.4.1</version>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>com.github.tomakehurst</groupId>
       <artifactId>wiremock</artifactId>

Reply via email to