Update pom.xml

This commit is contained in:
Neetika23 2024-01-08 23:54:15 +05:30 committed by GitHub
parent b57ecaab79
commit 13c2b756d3
1 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@
<name>core-java-arrays-guides</name>
<packaging>jar</packaging>
<properties>
<system-stubs.jupiter.version>2.1.5</system-stubs.jupiter.version>
</properties>
<parent>
<artifactId>core-java-modules</artifactId>
<groupId>com.baeldung.core-java-modules</groupId>
@ -27,7 +31,7 @@
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.5</version>
<version>${system-stubs.jupiter.version}</version>
<scope>test</scope>
</dependency>