Remove explicit test dependency version for jackson-dataformat-xml

- Use the dependency from Spring Boot BOM

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-06-12 19:53:17 +01:00
parent 61c8044bba
commit b84d123cd4

View File

@@ -104,7 +104,6 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.11.1</version>
<scope>test</scope>
</dependency>
</dependencies>