File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 51
51
<artifactId >bcprov-ext-jdk15on</artifactId >
52
52
<version >1.69</version >
53
53
</dependency >
54
-
54
+ <dependency >
55
+ <groupId >org.apache.commons</groupId >
56
+ <artifactId >commons-lang3</artifactId >
57
+ <version >3.12.0</version >
58
+ </dependency >
59
+ <!-- START: test -->
55
60
<dependency >
56
61
<groupId >org.mockito</groupId >
57
62
<artifactId >mockito-core</artifactId >
58
63
<version >3.11.2</version >
59
64
<scope >test</scope >
60
65
</dependency >
61
-
62
66
<dependency >
63
67
<groupId >org.junit.jupiter</groupId >
64
68
<artifactId >junit-jupiter-api</artifactId >
71
75
<version >5.7.2</version >
72
76
<scope >test</scope >
73
77
</dependency >
74
-
75
78
<dependency >
76
79
<groupId >org.hamcrest</groupId >
77
80
<artifactId >hamcrest-all</artifactId >
78
81
<version >1.3</version >
79
82
<scope >test</scope >
80
83
</dependency >
81
-
82
-
84
+ <!-- END: test -->
83
85
<dependency >
84
86
<groupId >com.google.code.findbugs</groupId >
85
87
<artifactId >jsr305</artifactId >
92
94
<version >3.0.1</version >
93
95
<scope >provided</scope >
94
96
</dependency >
95
-
96
- <dependency >
97
- <groupId >org.apache.commons</groupId >
98
- <artifactId >commons-lang3</artifactId >
99
- <version >3.12.0</version >
100
- </dependency >
101
97
</dependencies >
102
98
103
99
<!-- Custom repository:-->
You can’t perform that action at this time.
0 commit comments