Skip to content

Commit c2c971e

Browse files
committed
Polish "Remove dependency management for xml-apis"
See gh-15854
1 parent c7dba26 commit c2c971e

File tree

1 file changed

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

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,12 +2052,6 @@
20522052
<groupId>org.hibernate</groupId>
20532053
<artifactId>hibernate-core</artifactId>
20542054
<version>${hibernate.version}</version>
2055-
<exclusions>
2056-
<exclusion>
2057-
<groupId>xml-apis</groupId>
2058-
<artifactId>xml-apis</artifactId>
2059-
</exclusion>
2060-
</exclusions>
20612055
</dependency>
20622056
<dependency>
20632057
<groupId>org.hibernate</groupId>
@@ -2068,12 +2062,6 @@
20682062
<groupId>org.hibernate</groupId>
20692063
<artifactId>hibernate-entitymanager</artifactId>
20702064
<version>${hibernate.version}</version>
2071-
<exclusions>
2072-
<exclusion>
2073-
<groupId>xml-apis</groupId>
2074-
<artifactId>xml-apis</artifactId>
2075-
</exclusion>
2076-
</exclusions>
20772065
</dependency>
20782066
<dependency>
20792067
<groupId>org.hibernate</groupId>

0 commit comments

Comments
 (0)