File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
spring-data-rest-tests/spring-data-rest-tests-jpa Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 6565 <groupId >org.hibernate</groupId >
6666 <artifactId >hibernate-core</artifactId >
6767 <version >${hibernate.version} </version >
68+ <exclusions >
69+ <exclusion >
70+ <groupId >net.bytebuddy</groupId >
71+ <artifactId >byte-buddy</artifactId >
72+ </exclusion >
73+ </exclusions >
6874 </dependency >
6975
7076 </dependencies >
Original file line number Diff line number Diff line change 8888 <artifactId >hibernate-core</artifactId >
8989 <version >${hibernate.version} </version >
9090 <optional >true</optional >
91+ <exclusions >
92+ <exclusion >
93+ <groupId >net.bytebuddy</groupId >
94+ <artifactId >byte-buddy</artifactId >
95+ </exclusion >
96+ </exclusions >
9197 </dependency >
9298
9399 <!-- Jackson JodaTime -->
You can’t perform that action at this time.
0 commit comments