File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >TLS-Scanner</artifactId >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
- <version >2.5 </version >
6
+ <version >2.6 </version >
7
7
<packaging >jar</packaging >
8
8
<dependencies >
9
9
<dependency >
10
10
<groupId >de.rub.nds.tlsattacker</groupId >
11
11
<artifactId >TLS-Core</artifactId >
12
- <version >2.7 </version >
12
+ <version >2.8 </version >
13
13
</dependency >
14
14
<dependency >
15
15
<groupId >de.rub.nds.tlsattacker</groupId >
16
16
<artifactId >Attacks</artifactId >
17
- <version >2.7 </version >
17
+ <version >2.8 </version >
18
18
</dependency >
19
19
<dependency >
20
20
<groupId >junit</groupId >
57
57
</profile >
58
58
</profiles >
59
59
<build >
60
- <finalName >TLS-Scanner</finalName >
60
+ <finalName >TLS-Scanner</finalName >
61
61
<plugins >
62
- <plugin >
63
- <artifactId >maven-dependency-plugin</artifactId >
62
+ <plugin >
63
+ <artifactId >maven-dependency-plugin</artifactId >
64
64
<executions >
65
- <execution >
65
+ <execution >
66
66
<id >copy</id >
67
67
<phase >package</phase >
68
68
<goals >
83
83
</execution >
84
84
<execution >
85
85
<id >copy-dependencies</id >
86
- <phase >package</phase >
87
- <goals >
88
- <goal >copy-dependencies</goal >
89
- </goals >
90
- <configuration >
86
+ <phase >package</phase >
87
+ <goals >
88
+ <goal >copy-dependencies</goal >
89
+ </goals >
90
+ <configuration >
91
91
<outputDirectory >${basedir} /apps/lib</outputDirectory >
92
92
<!-- Ensures only runnable dependencies are included-->
93
- <includeScope >compile</includeScope >
94
- </configuration >
95
- </execution >
96
- </executions >
93
+ <includeScope >compile</includeScope >
94
+ </configuration >
95
+ </execution >
96
+ </executions >
97
97
</plugin >
98
98
<plugin >
99
99
<!-- Build an executable JAR -->
You can’t perform that action at this time.
0 commit comments