File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/org/zalando/sprocwrapper/globalvaluetransformer Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 111111 <dependency >
112112 <groupId >org.reflections</groupId >
113113 <artifactId >reflections</artifactId >
114- <version >0.9.12</version >
114+ <!-- 0.9.12 has a known bug https://github.com/ronmamo/reflections/issues/279 -->
115+ <version >0.9.11</version >
115116 </dependency >
116117 <dependency >
117118 <groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 11package org .zalando .sprocwrapper .globalvaluetransformer ;
22
3+ import com .google .common .base .Predicate ;
34import com .google .common .base .Strings ;
45import org .reflections .Reflections ;
56import org .reflections .scanners .SubTypesScanner ;
1718import java .util .Arrays ;
1819import java .util .HashSet ;
1920import java .util .Set ;
20- import java .util .function .Predicate ;
2121import java .util .stream .Collectors ;
2222
2323public class GlobalValueTransformerLoader {
You can’t perform that action at this time.
0 commit comments