You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/10 16:07:49 UTC

[commons-scxml] branch master updated: Pick up JUnit version from parent POM

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git


The following commit(s) were added to refs/heads/master by this push:
     new acb6e8f  Pick up JUnit version from parent POM
acb6e8f is described below

commit acb6e8fc5079fd756f832e8b5aad59b947306ebb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:07:45 2023 -0500

    Pick up JUnit version from parent POM
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b30e7bf..74e72aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,13 +172,11 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-engine</artifactId>
-      <version>5.9.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>