Skip to content

Commit 66c7796

Browse files
committed
pom updated to address vulnerabilities and dependency references.
1 parent 53a8c45 commit 66c7796

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

pom.xml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,45 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1313
</properties>
14+
<repositories>
15+
16+
<repository>
17+
<id>org.junit.jupiter</id>
18+
<name>jupiter engine</name>
19+
<url>https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine</url>
20+
</repository>
21+
<repository>
22+
<id>org.junit.platform</id>
23+
<name>junit platform</name>
24+
<url>https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher</url>
25+
</repository>
26+
<repository>
27+
<id>org.maven</id>
28+
<name>maven central</name>
29+
<url>https://repo1.maven.org/maven2/</url>
30+
</repository>
31+
</repositories>
32+
1433
<dependencies>
1534
<dependency>
1635
<groupId>junit</groupId>
1736
<artifactId>junit</artifactId>
1837
<version>4.13.2</version>
1938
<scope>test</scope>
2039
</dependency>
40+
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/versions-maven-plugin -->
41+
<dependency>
42+
<groupId>org.codehaus.mojo</groupId>
43+
<artifactId>versions-maven-plugin</artifactId>
44+
<version>2.18.0</version>
45+
</dependency>
46+
2147
</dependencies>
2248
<distributionManagement>
2349
<repository>
2450
<id>github</id>
2551
<name>GitHub Packages</name>
26-
<url>https://maven.pkg.github.com/HeartlandSoftware/HSS_Java</url>
52+
<url>https://maven.pkg.github.com/WISE-Developers/HSS_Java</url>
2753
</repository>
2854
</distributionManagement>
2955
<build>
@@ -67,7 +93,7 @@
6793
<plugin>
6894
<groupId>org.codehaus.mojo</groupId>
6995
<artifactId>versions-maven-plugin</artifactId>
70-
<version>2.9.0</version>
96+
<version>2.18.0</version>
7197
<executions>
7298
<execution>
7399
<goals>

0 commit comments

Comments
 (0)