Skip to content

Commit

Permalink
feat: solution for step 6
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Oct 2, 2019
1 parent 893f624 commit 086daf4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bookmark-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
</dependency>
<!--/ Step 5 dependencies -->
<!-- Step 6 dependencies -->
<!-- <dependency>-->
<!-- <groupId>io.quarkus</groupId>-->
<!-- <artifactId>quarkus-rest-client</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>io.quarkus</groupId>-->
<!-- <artifactId>quarkus-smallrye-fault-tolerance</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-fault-tolerance</artifactId>
</dependency>
<!--/ Step 6 dependencies -->


Expand Down

0 comments on commit 086daf4

Please sign in to comment.