This commit is contained in:
2024-10-28 16:13:24 -04:00
parent 38895141a0
commit 55379db6e4
3 changed files with 22 additions and 32 deletions

View File

@@ -45,14 +45,6 @@
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
<version>${jackson.version}</version>
</dependency>
<!-- Including for testing purposes only -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -71,7 +63,7 @@
<!-- Force use of a new maven-dependency-plugin that doesn't download struts dependency -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
</plugin>
</plugins>
</pluginManagement>