Skip to content

Commit 998d112

Browse files
committed
Add boring-ssl dependency to MacOS profile.
Motivation: As we are now using io.smallrye:smallrye-openssl for linux testing, the other build not yet declaring boring ssl will not run anymore OpenSSL tests. Changes: Add boring ssl dependency to MacOS profiles.
1 parent b11ff15 commit 998d112

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

vertx-core/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,12 @@
11621162
<classifier>osx-x86_64</classifier>
11631163
<scope>test</scope>
11641164
</dependency>
1165+
<dependency>
1166+
<groupId>io.netty</groupId>
1167+
<artifactId>netty-tcnative-boringssl-static</artifactId>
1168+
<classifier>osx-x86_64</classifier>
1169+
<scope>test</scope>
1170+
</dependency>
11651171
</dependencies>
11661172
</profile>
11671173

@@ -1192,6 +1198,12 @@
11921198
<classifier>osx-aarch_64</classifier>
11931199
<scope>test</scope>
11941200
</dependency>
1201+
<dependency>
1202+
<groupId>io.netty</groupId>
1203+
<artifactId>netty-tcnative-boringssl-static</artifactId>
1204+
<classifier>osx-aarch_64</classifier>
1205+
<scope>test</scope>
1206+
</dependency>
11951207
</dependencies>
11961208
</profile>
11971209

@@ -1212,6 +1224,7 @@
12121224
<dependency>
12131225
<groupId>io.netty</groupId>
12141226
<artifactId>netty-tcnative-boringssl-static</artifactId>
1227+
<classifier>windows-x86_64</classifier>
12151228
<scope>test</scope>
12161229
</dependency>
12171230
</dependencies>

0 commit comments

Comments
 (0)