File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<properties >
16
16
<zip .name>${project.parent.artifactId} -${project.version} </zip .name>
17
+ <netty .version>${netty-4.1.version} </netty .version>
17
18
</properties >
18
19
19
20
<dependencies >
Original file line number Diff line number Diff line change 69
69
<groovy-eclipse-batch .version>2.4.3-01</groovy-eclipse-batch .version>
70
70
71
71
<netty .version>4.0.39.Final</netty .version>
72
+ <!-- netty 4.1 version to use for browsermob-dist and when using the netty-4.1 profile -->
73
+ <netty-4 .1.version>4.1.3.Final</netty-4 .1.version>
72
74
73
75
<bouncycastle .version>1.54</bouncycastle .version>
74
76
</properties >
468
470
<profile >
469
471
<id >netty-4.1</id >
470
472
<properties >
471
- <netty .version>4.1.3.Final </netty .version>
473
+ <netty .version>${netty- 4.1.version} </netty .version>
472
474
</properties >
473
475
</profile >
474
476
</profiles >
You can’t perform that action at this time.
0 commit comments