This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push: new 32eb66e SLING-12131 Add JUnit 5 BOM to dependencyManagment section of pom.xml (#40) 32eb66e is described below commit 32eb66e1be26aa8e7416b0460cf83f7b14e4143a Author: Rob McDougall <rob.mcdoug...@4point.com> AuthorDate: Mon Nov 27 11:31:18 2023 -0500 SLING-12131 Add JUnit 5 BOM to dependencyManagment section of pom.xml (#40) --- sling-parent/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml index 00a71f4..8102dbb 100644 --- a/sling-parent/pom.xml +++ b/sling-parent/pom.xml @@ -57,6 +57,8 @@ - 10..19: Java 10-19 --> <sling.java.version>11</sling.java.version> + + <junit5.version>5.10.1</junit5.version> <!-- release sets API classpath, source and target, see https://docs.oracle.com/javase/9/tools/javac.htm#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9__GUID-D343F6B4-3FDD-43A8-AD24-43DD70214471 @@ -1167,6 +1169,13 @@ <artifactId>slf4j-simple</artifactId> <version>1.7.25</version> </dependency> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>${junit5.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> </dependencies> </dependencyManagement>