TeslaCN opened a new issue #1667: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1667
## Bug Report Ref https://travis-ci.org/github/apache/shardingsphere-elasticjob/builds/739336174 ### Actual behavior ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobSpringBootTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.77 sec <<< FAILURE! - in org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobSpringBootTest initializationError(org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobSpringBootTest) Time elapsed: 0.01 sec <<< ERROR! java.lang.IllegalStateException: Could not load TestContextBootstrapper [null]. Specify @BootstrapWith's 'value' attribute or make the default bootstrapper class available. Caused by: java.lang.NoClassDefFoundError: org/springframework/util/ConcurrentLruCache Caused by: java.lang.ClassNotFoundException: org.springframework.util.ConcurrentLruCache Results : Tests in error: ElasticJobSpringBootTest.initializationError ยป IllegalState Could not load Tes... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
