This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
commit 191187493370854281ae07e06e3d53f58d6272b3 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Tue Jan 20 15:44:04 2026 -0500 Cleanup JUnit and javax.iunject dependencies --- 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>
