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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ccee7fb  Fix dependency
ccee7fb is described below

commit ccee7fbc3573687b33bee7fcb8a5ca417ff3dfa2
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Aug 31 19:11:56 2024 +0200

    Fix dependency
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f7bfe4..235c580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,13 @@
         <artifactId>guava</artifactId>
         <version>33.3.1-jre</version>
       </dependency>
+      <dependency>
+        <groupId>org.junit</groupId>
+        <artifactId>junit-bom</artifactId>
+        <version>${junitVersion}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -151,7 +158,6 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>${junitVersion}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to