Skip to content

Commit

Permalink
konveyor#390 Make error visible (by triggering konveyor#392, cf. konv…
Browse files Browse the repository at this point in the history
…eyor#420).

Signed-off-by: Gerd Aschemann <gerd@aschemann.net>
  • Loading branch information
ascheman committed Nov 20, 2023
1 parent 6599645 commit 06764d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
<version>${javaee-api.version}</version>
<scope>provided</scope>
</dependency>
<!-- This currently leads to https://github.com/konveyor/analyzer-lsp/issues/392 -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.76.Final</version>
<classifier>linux-x86_64</classifier>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 06764d3

Please sign in to comment.