Browse Source

Polish "Remove dependency management for xml-apis"

See gh-15854
pull/17858/head
Andy Wilkinson 7 years ago
parent
commit
c2c971e755
  1. 12
      spring-boot-project/spring-boot-dependencies/pom.xml

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

@ -2052,12 +2052,6 @@ @@ -2052,12 +2052,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@ -2068,12 +2062,6 @@ @@ -2068,12 +2062,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>${hibernate.version}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>

Loading…
Cancel
Save