Skip to content

Commit

Permalink
Test coroutines in panache-rx test
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Apr 11, 2019
1 parent 60db95b commit cbe1aca
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 217 deletions.
4 changes: 4 additions & 0 deletions integration-tests/rx-panache/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<groupId>io.quarkus</groupId> <groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId> <artifactId>quarkus-resteasy</artifactId>
</dependency> </dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-coroutines-ea-async</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>junit-jupiter-api</artifactId>
Expand Down
Loading

0 comments on commit cbe1aca

Please sign in to comment.