File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 2052
2052
<groupId >org.hibernate</groupId >
2053
2053
<artifactId >hibernate-core</artifactId >
2054
2054
<version >${hibernate.version} </version >
2055
- <exclusions >
2056
- <exclusion >
2057
- <groupId >xml-apis</groupId >
2058
- <artifactId >xml-apis</artifactId >
2059
- </exclusion >
2060
- </exclusions >
2061
2055
</dependency >
2062
2056
<dependency >
2063
2057
<groupId >org.hibernate</groupId >
2068
2062
<groupId >org.hibernate</groupId >
2069
2063
<artifactId >hibernate-entitymanager</artifactId >
2070
2064
<version >${hibernate.version} </version >
2071
- <exclusions >
2072
- <exclusion >
2073
- <groupId >xml-apis</groupId >
2074
- <artifactId >xml-apis</artifactId >
2075
- </exclusion >
2076
- </exclusions >
2077
2065
</dependency >
2078
2066
<dependency >
2079
2067
<groupId >org.hibernate</groupId >
You can’t perform that action at this time.
0 commit comments