You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/08/03 10:30:47 UTC

[maven-doxia] branch master updated: Fix dependabot fallout

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4201a482 Fix dependabot fallout
4201a482 is described below

commit 4201a482b55dbfe6b3ab480f2c3b7b68688bdc2d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Aug 3 12:30:37 2022 +0200

    Fix dependabot fallout
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2abcdab6..87c5ea47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,11 @@ under the License.
         <artifactId>slf4j-simple</artifactId>
         <version>${slf4jVersion}</version>
       </dependency>
+      <dependency>
+        <groupId>org.junit.jupiter</groupId>
+        <artifactId>junit-jupiter-api</artifactId>
+        <version>${junitVersion}</version>
+      </dependency>
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>
@@ -220,6 +225,11 @@ under the License.
   </dependencyManagement>
 
   <dependencies>
+   <dependency>
+      <groupId>org.junit.jupiter</groupId>
+      <artifactId>junit-jupiter-api</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-engine</artifactId>