Fix netty-tcnative* entries in bom
Motivation: We did use the incorrect classifier and also missed to add the osx-aarch_64 version of netty-tcnative-boringssl-static Modifications: Fix entries Result: Correct and complete bom
This commit is contained in:
parent
537a0d4d81
commit
d523e68d83
10
bom/pom.xml
10
bom/pom.xml
@ -306,13 +306,19 @@
|
|||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-tcnative-boringssl-static</artifactId>
|
<artifactId>netty-tcnative-boringssl-static</artifactId>
|
||||||
<version>${tcnative.version}</version>
|
<version>${tcnative.version}</version>
|
||||||
<classifier>osx_64</classifier>
|
<classifier>osx-x86_64</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-tcnative-boringssl-static</artifactId>
|
<artifactId>netty-tcnative-boringssl-static</artifactId>
|
||||||
<version>${tcnative.version}</version>
|
<version>${tcnative.version}</version>
|
||||||
<classifier>windows_64</classifier>
|
<classifier>osx-aarch_64</classifier>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.netty</groupId>
|
||||||
|
<artifactId>netty-tcnative-boringssl-static</artifactId>
|
||||||
|
<version>${tcnative.version}</version>
|
||||||
|
<classifier>windows-x86_64</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user