Skip to content

Commit b9c0cc7

Browse files
committed
Fix test dependencies in spring-shell-autoconfigure module
Related to 82699f2
1 parent 82699f2 commit b9c0cc7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-shell-autoconfigure/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,17 @@
6060
<version>${spring-boot.version}</version>
6161
<scope>test</scope>
6262
</dependency>
63+
<dependency>
64+
<groupId>org.hibernate.validator</groupId>
65+
<artifactId>hibernate-validator</artifactId>
66+
<version>${hibernate-validator.version}</version>
67+
<scope>test</scope>
68+
</dependency>
69+
<dependency>
70+
<groupId>org.glassfish</groupId>
71+
<artifactId>jakarta.el</artifactId>
72+
<version>${jakarta.el.version}</version>
73+
<scope>test</scope>
74+
</dependency>
6375
</dependencies>
6476
</project>

0 commit comments

Comments
 (0)