Skip to content

Commit

Permalink
fix: explicitly include netty dependency in jar
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Petrov committed Apr 29, 2024
1 parent 0f92552 commit 92ada5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<filters>
<filter>
<artifact>netty-codec-http2:netty-codec-http2</artifact>
<includes>
<include>**</include>
</includes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 92ada5d

Please sign in to comment.