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

elharo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c43cd9  Cleanup JUnit and javax.iunject dependencies (#437)
7c43cd9 is described below

commit 7c43cd9d8ce824c23700d61961262fb937221973
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Jan 22 18:47:39 2026 +0000

    Cleanup JUnit and javax.iunject dependencies (#437)
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0a84f8..e951aa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,12 @@ under the License.
       <version>${resolverVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+      <version>1</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>net.openhft</groupId>
       <artifactId>zero-allocation-hashing</artifactId>
@@ -199,7 +205,7 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-engine</artifactId>
+      <artifactId>junit-jupiter-api</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to