File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 </distributionManagement >
6060
6161 <properties >
62- <slf4j .version>1.7.12 </slf4j .version>
62+ <slf4j .version>1.7.30 </slf4j .version>
6363 <junit .version>4.12</junit .version>
6464 <mockito .version>1.10.19</mockito .version>
6565 <powermock .version>1.6.2</powermock .version>
7676 <artifactId >slf4j-api</artifactId >
7777 <version >${slf4j.version} </version >
7878 </dependency >
79+ <dependency >
80+ <groupId >org.slf4j</groupId >
81+ <artifactId >slf4j-simple</artifactId >
82+ <version >${slf4j.version} </version >
83+ </dependency >
7984 <dependency >
8085 <groupId >javax.validation</groupId >
8186 <artifactId >validation-api</artifactId >
117122 <dependency >
118123 <groupId >org.hibernate</groupId >
119124 <artifactId >hibernate-validator</artifactId >
120- <version >6.1.2.Final</version >
125+ <!-- https://stackoverflow.com/questions/48323244/java-lang-nosuchmethoderror-javax-validation-bootstrapconfiguration-getclockproExecutionTimeQuartzIntegrationTest -->
126+ <!-- https://stackoverflow.com/questions/24386771/javax-validation-validationexception-hv000183-unable-to-load-javax-el-express -->
127+ <version >5.2.4.Final</version >
121128 <scope >test</scope >
122129 </dependency >
123130 <dependency >
You can’t perform that action at this time.
0 commit comments