Skip to content

Commit f024fd8

Browse files
author
eugenp
committed
fixing the xml maven dependency from hibernate
1 parent 1e087d8 commit f024fd8

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

spring-jpa/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,15 @@
3030
<artifactId>hibernate-entitymanager</artifactId>
3131
<version>${hibernate.version}</version>
3232
</dependency>
33+
<dependency>
34+
<groupId>xml-apis</groupId>
35+
<artifactId>xml-apis</artifactId>
36+
<version>1.4.01</version>
37+
</dependency>
3338
<dependency>
3439
<groupId>org.javassist</groupId>
3540
<artifactId>javassist</artifactId>
36-
<version>3.18.1-GA</version>
41+
<version>3.18.2-GA</version>
3742
</dependency>
3843
<dependency>
3944
<groupId>mysql</groupId>

spring-security-login-error-handling/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<groupId>org.hibernate</groupId>
8888
<artifactId>hibernate-entitymanager</artifactId>
8989
</dependency>
90+
<dependency>
91+
<groupId>xml-apis</groupId>
92+
<artifactId>xml-apis</artifactId>
93+
<version>1.4.01</version>
94+
</dependency>
9095
<dependency>
9196
<groupId>org.hibernate</groupId>
9297
<artifactId>hibernate-validator</artifactId>

spring-security-rest-full/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,15 @@
113113
<artifactId>hibernate-entitymanager</artifactId>
114114
<version>${hibernate.version}</version>
115115
</dependency>
116+
<dependency>
117+
<groupId>xml-apis</groupId>
118+
<artifactId>xml-apis</artifactId>
119+
<version>1.4.01</version>
120+
</dependency>
116121
<dependency>
117122
<groupId>org.javassist</groupId>
118123
<artifactId>javassist</artifactId>
119-
<version>3.18.1-GA</version>
124+
<version>3.18.2-GA</version>
120125
</dependency>
121126
<dependency>
122127
<groupId>mysql</groupId>

0 commit comments

Comments
 (0)