Skip to content

Commit

Permalink
Remove management of netty-tcnative-boringssl-static
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Nov 12, 2021
1 parent 47f9ac6 commit 809e7c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@
<spring.version>${spring5-version}</spring.version>
<snakeyaml.version>${snakeyaml-version}</snakeyaml.version>
<snappy.version>1.1.7.7</snappy.version><!-- Spark -->
<!-- TODO: Remove this when netty-bom issues are resolved https://github.com/apache/camel-quarkus/issues/3115 -->
<tcnative.version>2.0.43.Final</tcnative.version>
<threetenbp.version>1.4.0</threetenbp.version>
<xalan.version>${xalan-version}</xalan.version>
<xchange.version>${xchange-version}</xchange.version>
Expand Down
6 changes: 0 additions & 6 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5902,12 +5902,6 @@
<artifactId>commons-lang</artifactId>
<version>${commons-lang.version}</version>
</dependency>
<!-- TODO: Remove this when netty-bom issues are resolved https://github.com/apache/camel-quarkus/issues/3115 -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${tcnative.version}</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.freemarker</groupId>
<artifactId>quarkus-freemarker</artifactId>
Expand Down

0 comments on commit 809e7c7

Please sign in to comment.