Skip to content

Commit c7dba26

Browse files
Camille Vienotwilkinsona
authored andcommitted
Remove dependency management for xml-apis
See gh-15854
1 parent ecb7e24 commit c7dba26

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+0
-6
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
<webjars-hal-browser.version>3325375</webjars-hal-browser.version>
194194
<webjars-locator-core.version>0.36</webjars-locator-core.version>
195195
<wsdl4j.version>1.6.3</wsdl4j.version>
196-
<xml-apis.version>1.4.01</xml-apis.version>
197196
<xmlunit2.version>2.6.2</xmlunit2.version>
198197
<!-- Plugin versions -->
199198
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
@@ -3058,11 +3057,6 @@
30583057
<artifactId>wsdl4j</artifactId>
30593058
<version>${wsdl4j.version}</version>
30603059
</dependency>
3061-
<dependency>
3062-
<groupId>xml-apis</groupId>
3063-
<artifactId>xml-apis</artifactId>
3064-
<version>${xml-apis.version}</version>
3065-
</dependency>
30663060
</dependencies>
30673061
</dependencyManagement>
30683062
<build>

0 commit comments

Comments
 (0)