File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1414
1515 <properties >
1616 <zip .name>${project.parent.artifactId} -${project.version} </zip .name>
17+ <netty .version>${netty-4.1.version} </netty .version>
1718 </properties >
1819
1920 <dependencies >
Original file line number Diff line number Diff line change 6969 <groovy-eclipse-batch .version>2.4.3-01</groovy-eclipse-batch .version>
7070
7171 <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>
7274
7375 <bouncycastle .version>1.54</bouncycastle .version>
7476 </properties >
468470 <profile >
469471 <id >netty-4.1</id >
470472 <properties >
471- <netty .version>4.1.3.Final </netty .version>
473+ <netty .version>${netty- 4.1.version} </netty .version>
472474 </properties >
473475 </profile >
474476 </profiles >
You can’t perform that action at this time.
0 commit comments