This commit is contained in:
Clebert Suconic 2018-08-28 12:05:32 -04:00
commit 1e26a8a2e4
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -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>