Skip to content

Commit 66cbcb3

Browse files
committed
Using netty 4.1
1 parent 2c7f1d8 commit 66cbcb3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

browsermob-dist/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<properties>
1717
<zip.name>${project.parent.artifactId}-${project.version}</zip.name>
18-
<netty.version>${netty-4.1.version}</netty.version>
1918
</properties>
2019

2120
<dependencies>

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@
7575
<groovy.version>2.4.12</groovy.version>
7676
<groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>
7777

78-
<netty.version>4.0.49.Final</netty.version>
79-
<!-- netty 4.1 version to use for browsermob-dist and when using the netty-4.1 profile -->
80-
<netty-4.1.version>4.1.13.Final</netty-4.1.version>
78+
<netty.version>4.1.13.Final</netty.version>
8179

8280
<bouncycastle.version>1.57</bouncycastle.version>
8381
</properties>
@@ -535,11 +533,5 @@
535533
</properties>
536534
</profile>
537535

538-
<profile>
539-
<id>netty-4.1</id>
540-
<properties>
541-
<netty.version>${netty-4.1.version}</netty.version>
542-
</properties>
543-
</profile>
544536
</profiles>
545537
</project>

0 commit comments

Comments
 (0)