Skip to content

Commit 6e09fcf

Browse files
committed
Add maven profile to add netty-codec-native-quic windows for CI
1 parent 314d921 commit 6e09fcf

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

vertx-core/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,24 @@
10461046
</dependencies>
10471047
</profile>
10481048

1049+
<profile>
1050+
<id>windows-x86_64</id>
1051+
<activation>
1052+
<os>
1053+
<family>windows</family>
1054+
<arch>x86_64</arch>
1055+
</os>
1056+
</activation>
1057+
<dependencies>
1058+
<dependency>
1059+
<groupId>io.netty</groupId>
1060+
<artifactId>netty-codec-native-quic</artifactId>
1061+
<classifier>windows-x86_64</classifier>
1062+
<scope>test</scope>
1063+
</dependency>
1064+
</dependencies>
1065+
</profile>
1066+
10491067
</profiles>
10501068

10511069
</project>

0 commit comments

Comments
 (0)