diff options
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -29,7 +29,10 @@ <spring-boot-admin-starter-client.version>2.7.10</spring-boot-admin-starter-client.version> <org.springframework.version>5.3.25</org.springframework.version> <org.thymeleaf-spring5.version>3.0.15.RELEASE</org.thymeleaf-spring5.version> + <apache.cxf.version>3.5.5</apache.cxf.version> + <woodstox-core.version>6.5.0</woodstox-core.version> + <eidas-ref.version>2.6.0</eidas-ref.version> @@ -401,6 +404,11 @@ <artifactId>cxf-testutils</artifactId> <version>${apache.cxf.version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.woodstox</groupId> + <artifactId>woodstox-core</artifactId> + <version>${woodstox-core.version}</version> + </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> |