File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 127
127
128
128
<dependency >
129
129
<groupId >io.netty</groupId >
130
- <artifactId >${ netty-tcnative.artifact} </artifactId >
130
+ <artifactId >netty-tcnative-boringssl-static </artifactId >
131
131
<classifier >${os.detected.classifier} </classifier >
132
132
<scope >test</scope >
133
133
</dependency >
Original file line number Diff line number Diff line change 58
58
<slf4j-log4j12 .version>1.7.25</slf4j-log4j12 .version>
59
59
<guava .version>19.0</guava .version>
60
60
<netty .version>4.1.94.Final</netty .version>
61
- <netty-tcnative .artifact>netty-tcnative</netty-tcnative .artifact>
62
61
<netty-tcnative .version>2.0.61.Final</netty-tcnative .version>
63
62
<metrics .version>3.2.2</metrics .version>
64
63
<snappy .version>1.1.2.6</snappy .version>
357
356
358
357
<dependency >
359
358
<groupId >io.netty</groupId >
360
- <artifactId >${ netty-tcnative.artifact} </artifactId >
359
+ <artifactId >netty-tcnative-boringssl-static </artifactId >
361
360
<version >${netty-tcnative.version} </version >
362
361
<classifier >${os.detected.classifier} </classifier >
363
362
</dependency >
@@ -1169,8 +1168,6 @@ limitations under the License.
1169
1168
</os >
1170
1169
</activation >
1171
1170
<properties >
1172
- <!-- https://netty.io/wiki/forked-tomcat-native.html netty on apple-silicon requires the boringssl variant of tc-native -->
1173
- <netty-tcnative .artifact>netty-tcnative-boringssl-static</netty-tcnative .artifact>
1174
1171
<!-- https://github.com/jnr/jffi/pull/116 apple-silicon requires signed jffi binaries, added in 1.3.8 (jnr-ffi 2.2.10+) -->
1175
1172
<jnr-ffi .version>2.2.10</jnr-ffi .version>
1176
1173
<snappy .version>1.1.10.1</snappy .version>
You can’t perform that action at this time.
0 commit comments