File tree Expand file tree Collapse file tree 5 files changed +19
-1
lines changed
src/main/java/de/rub/nds/tlsscanner/serverscanner/config Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 30
30
<plugin >
31
31
<groupId >org.apache.maven.plugins</groupId >
32
32
<artifactId >maven-dependency-plugin</artifactId >
33
+ <version >3.1.2</version >
33
34
</plugin >
34
35
<plugin >
35
36
<groupId >org.apache.maven.plugins</groupId >
36
37
<artifactId >maven-failsafe-plugin</artifactId >
38
+ <version >3.0.0-M5</version >
37
39
</plugin >
38
40
<plugin >
39
41
<groupId >org.apache.maven.plugins</groupId >
40
42
<artifactId >maven-surefire-plugin</artifactId >
43
+ <version >3.0.0-M5</version >
41
44
</plugin >
42
45
</plugins >
43
46
</build >
Original file line number Diff line number Diff line change 13
13
<plugin >
14
14
<groupId >org.apache.maven.plugins</groupId >
15
15
<artifactId >maven-failsafe-plugin</artifactId >
16
+ <version >3.0.0-M5</version >
16
17
</plugin >
17
18
<plugin >
18
19
<groupId >org.apache.maven.plugins</groupId >
19
20
<artifactId >maven-surefire-plugin</artifactId >
21
+ <version >3.0.0-M5</version >
20
22
</plugin >
21
23
<plugin >
22
24
<artifactId >maven-resources-plugin</artifactId >
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-dependency-plugin</artifactId >
44
+ <version >3.1.2</version >
44
45
</plugin >
45
46
<plugin >
46
47
<groupId >org.apache.maven.plugins</groupId >
47
48
<artifactId >maven-failsafe-plugin</artifactId >
49
+ <version >3.0.0-M5</version >
48
50
</plugin >
49
51
<plugin >
50
52
<groupId >org.apache.maven.plugins</groupId >
51
53
<artifactId >maven-surefire-plugin</artifactId >
54
+ <version >3.0.0-M5</version >
52
55
</plugin >
53
56
</plugins >
54
57
</build >
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ public class ScannerConfig extends TLSDelegateConfig {
34
34
@ Parameter (names = "-noColor" , required = false , description = "If you use Windows or don't want colored text." )
35
35
private boolean noColor = false ;
36
36
37
-
38
37
@ Parameter (names = "-scanDetail" , required = false , description = "How detailed do you want to scan?" )
39
38
private ScannerDetail scanDetail = ScannerDetail .NORMAL ;
40
39
Original file line number Diff line number Diff line change 11
11
<module >TLS-Client-Scanner</module >
12
12
</modules >
13
13
<dependencies >
14
+ <dependency >
15
+ <groupId >org.slf4j</groupId >
16
+ <artifactId >slf4j-log4j12</artifactId >
17
+ <version >1.7.30</version >
18
+ </dependency >
19
+ <dependency >
20
+ <groupId >org.slf4j</groupId >
21
+ <artifactId >slf4j-api</artifactId >
22
+ <version >1.7.30</version >
23
+ </dependency >
14
24
<dependency >
15
25
<groupId >de.rub.nds.tlsattacker</groupId >
16
26
<artifactId >TLS-Core</artifactId >
192
202
<plugin >
193
203
<groupId >net.revelc.code</groupId >
194
204
<artifactId >formatter-maven-plugin</artifactId >
205
+ <version >0.5.2</version >
195
206
<configuration >
196
207
<configFile >${main.basedir} /maven-eclipse-codestyle.xml</configFile >
197
208
<lineEnding >LF</lineEnding >
You can’t perform that action at this time.
0 commit comments