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 111
111
<dependency >
112
112
<groupId >org.reflections</groupId >
113
113
<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 >
115
116
</dependency >
116
117
<dependency >
117
118
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 1
1
package org .zalando .sprocwrapper .globalvaluetransformer ;
2
2
3
+ import com .google .common .base .Predicate ;
3
4
import com .google .common .base .Strings ;
4
5
import org .reflections .Reflections ;
5
6
import org .reflections .scanners .SubTypesScanner ;
17
18
import java .util .Arrays ;
18
19
import java .util .HashSet ;
19
20
import java .util .Set ;
20
- import java .util .function .Predicate ;
21
21
import java .util .stream .Collectors ;
22
22
23
23
public class GlobalValueTransformerLoader {
You can’t perform that action at this time.
0 commit comments