File tree Expand file tree Collapse file tree 4 files changed +3
-21
lines changed Expand file tree Collapse file tree 4 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 42
42
<groupId >io.fabric8</groupId >
43
43
<artifactId >openshift-client</artifactId >
44
44
</dependency >
45
- <dependency >
45
+ <!-- < dependency>
46
46
<groupId>org.apache.commons</groupId>
47
47
<artifactId>commons-lang3</artifactId>
48
- </dependency >
48
+ </dependency>-->
49
49
<dependency >
50
50
<groupId >org.slf4j</groupId >
51
51
<artifactId >slf4j-api</artifactId >
52
52
</dependency >
53
- <dependency >
54
- <groupId >com.google.auto.service</groupId >
55
- <artifactId >auto-service</artifactId >
56
- <version >1.0-rc7</version >
57
- </dependency >
58
53
59
- <dependency >
60
- <groupId >com.squareup</groupId >
61
- <artifactId >javapoet</artifactId >
62
- <version >1.13.0</version >
63
- </dependency >
64
54
<dependency >
65
55
<groupId >org.junit.jupiter</groupId >
66
56
<artifactId >junit-jupiter-api</artifactId >
Original file line number Diff line number Diff line change 57
57
<artifactId >openshift-client</artifactId >
58
58
<version >4.12.0</version >
59
59
</dependency >
60
- <dependency >
61
- <groupId >org.apache.commons</groupId >
62
- <artifactId >commons-lang3</artifactId >
63
- <version >3.11</version >
64
- </dependency >
65
60
<dependency >
66
61
<groupId >org.slf4j</groupId >
67
62
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >org.apache.commons</groupId >
28
28
<artifactId >commons-lang3</artifactId >
29
+ <version >3.11</version >
29
30
</dependency >
30
31
<dependency >
31
32
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 56
56
<artifactId >mysql-connector-java</artifactId >
57
57
<version >8.0.22</version >
58
58
</dependency >
59
- <dependency >
60
- <groupId >org.apache.commons</groupId >
61
- <artifactId >commons-lang3</artifactId >
62
- </dependency >
63
59
</dependencies >
64
60
65
61
<build >
You can’t perform that action at this time.
0 commit comments