Skip to content

Commit

Permalink
Remove workaround for Enable tests for quarkus/issues/15434
Browse files Browse the repository at this point in the history
The fix was done on AWS SDK which has been integrated in Quarkus 1.13.5.Final and later.

quarkusio/quarkus#15434
  • Loading branch information
Sgitario committed Jun 9, 2021
1 parent b260387 commit 35c2e3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 002-quarkus-all-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -562,12 +562,6 @@
<version>5.3.1</version>
</dependency>
<!-- end Workaround -->
<!-- Workaround for https://github.com/quarkusio/quarkus/issues/15434 -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.38.5</version>
</dependency>
</dependencies>
<profiles>
<!-- Skipped on Windows as does not support Linux Containers / Testcontainers -->
Expand Down

0 comments on commit 35c2e3d

Please sign in to comment.