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 May 24, 2020
1 parent eab1e33 commit ee97443
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 ee97443

Please sign in to comment.