We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82699f2 commit b9c0cc7Copy full SHA for b9c0cc7
spring-shell-autoconfigure/pom.xml
@@ -60,5 +60,17 @@
60
<version>${spring-boot.version}</version>
61
<scope>test</scope>
62
</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
70
+ <groupId>org.glassfish</groupId>
71
+ <artifactId>jakarta.el</artifactId>
72
+ <version>${jakarta.el.version}</version>
73
74
75
</dependencies>
76
</project>
0 commit comments