Fix netty-build dependency

Motivation:

netty-build is now called netty-build-common

Modifications:

Rename netty-build to netty-build-common

Result:

Be able to compile branch again
This commit is contained in:
Norman Maurer 2021-03-21 14:48:54 +01:00
parent 22088cd4cd
commit a25103f5a8

View File

@ -624,7 +624,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<artifactId>netty-build-common</artifactId>
<version>${netty.build.version}</version>
<scope>test</scope>
</dependency>
@ -752,7 +752,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<artifactId>netty-build-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@ -922,7 +922,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<artifactId>netty-build-common</artifactId>
<version>${netty.build.version}</version>
</dependency>
<dependency>