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:
parent
22088cd4cd
commit
a25103f5a8
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user