|
47 | 47 | <legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
|
48 | 48 | <jacoco.min.linecoverage>0.60</jacoco.min.linecoverage>
|
49 | 49 | <jacoco.min.branchcoverage>0.60</jacoco.min.branchcoverage>
|
50 |
| - <boring-ssl-classifier></boring-ssl-classifier> |
51 | 50 | <javaModulesSurefireArgLine>
|
52 | 51 | --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
|
53 | 52 | --add-exports com.azure.core/com.azure.core.implementation.serializer=ALL-UNNAMED
|
|
132 | 131 | <artifactId>reactor-core</artifactId>
|
133 | 132 | <version>3.4.14</version> <!-- {x-version-update;io.projectreactor:reactor-core;external_dependency} -->
|
134 | 133 | </dependency>
|
135 |
| - <dependency> |
136 |
| - <groupId>io.netty</groupId> |
137 |
| - <artifactId>netty-tcnative-boringssl-static</artifactId> |
138 |
| - <version>2.0.47.Final</version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
139 |
| - <classifier>${boring-ssl-classifier}</classifier> |
140 |
| - </dependency> |
141 | 134 | <dependency>
|
142 | 135 | <groupId>io.projectreactor</groupId>
|
143 | 136 | <artifactId>reactor-test</artifactId>
|
|
237 | 230 | <rules>
|
238 | 231 | <bannedDependencies>
|
239 | 232 | <includes>
|
240 |
| - <include>io.netty:netty-tcnative-boringssl-static:[2.0.47.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
241 | 233 | <include>io.projectreactor:reactor-core:[3.4.14]</include> <!-- {x-include-update;io.projectreactor:reactor-core;external_dependency} -->
|
242 | 234 | <include>com.fasterxml.jackson.core:jackson-annotations:[2.13.2]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-annotations;external_dependency} -->
|
243 | 235 | <include>com.fasterxml.jackson.core:jackson-core:[2.13.2]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-core;external_dependency} -->
|
|
338 | 330 | </build>
|
339 | 331 | </profile>
|
340 | 332 |
|
341 |
| - <profile> |
342 |
| - <id>native-linux</id> |
343 |
| - <activation> |
344 |
| - <property> |
345 |
| - <name>native-linux</name> |
346 |
| - </property> |
347 |
| - </activation> |
348 |
| - |
349 |
| - <properties> |
350 |
| - <boring-ssl-classifier>linux-x86_64</boring-ssl-classifier> |
351 |
| - </properties> |
352 |
| - </profile> |
353 |
| - |
354 |
| - <profile> |
355 |
| - <id>native-macos</id> |
356 |
| - <activation> |
357 |
| - <property> |
358 |
| - <name>native-macos</name> |
359 |
| - </property> |
360 |
| - </activation> |
361 |
| - |
362 |
| - <properties> |
363 |
| - <boring-ssl-classifier>osx-x86_64</boring-ssl-classifier> |
364 |
| - </properties> |
365 |
| - </profile> |
366 |
| - |
367 |
| - <profile> |
368 |
| - <id>native-windows</id> |
369 |
| - <activation> |
370 |
| - <property> |
371 |
| - <name>native-windows</name> |
372 |
| - </property> |
373 |
| - </activation> |
374 |
| - |
375 |
| - <properties> |
376 |
| - <boring-ssl-classifier>windows-x86_64</boring-ssl-classifier> |
377 |
| - </properties> |
378 |
| - </profile> |
379 |
| - |
380 | 333 | <profile>
|
381 | 334 | <id>jmh-benchmark</id>
|
382 | 335 | <activation>
|
|
0 commit comments