This closes #2275
This commit is contained in:
commit
1e26a8a2e4
|
@ -33,7 +33,6 @@ under the License.
|
|||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../../../..</activemq.basedir>
|
||||
<netty.tcnative.version>2.0.7.Final</netty.tcnative.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -45,7 +44,7 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-tcnative-boringssl-static</artifactId>
|
||||
<version>${netty.tcnative.version}</version>
|
||||
<version>${netty-tcnative-version}</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -63,7 +62,7 @@ under the License.
|
|||
</goals>
|
||||
<configuration>
|
||||
<ignore>${noServer}</ignore>
|
||||
<libList>io.netty:netty-tcnative-boringssl-static:${netty.tcnative.version}</libList>
|
||||
<libList>io.netty:netty-tcnative-boringssl-static:${netty-tcnative-version}</libList>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
|
|
@ -401,7 +401,7 @@
|
|||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-tcnative-boringssl-static</artifactId>
|
||||
<version>2.0.7.Final</version>
|
||||
<version>${netty-tcnative-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue