Skip to content

Commit

Permalink
Define tcnative as optional again (#12146)
Browse files Browse the repository at this point in the history
Motivation:

#11745 introduced some change but missed to mark the tcnative classes jar as optional

Modifications:

Mark the dependency as optional again

Result:

Fixes #12101 and #12132
  • Loading branch information
normanmaurer committed Mar 4, 2022
1 parent e138117 commit b616d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-tcnative-classes</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@
<artifactId>netty-tcnative-classes</artifactId>
<version>${tcnative.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit b616d3e

Please sign in to comment.