We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab1e33 commit ee97443Copy full SHA for ee97443
bookmark-service/pom.xml
@@ -57,14 +57,14 @@
57
</dependency>
58
<!--/ Step 5 dependencies -->
59
<!-- Step 6 dependencies -->
60
-<!-- <dependency>-->
61
-<!-- <groupId>io.quarkus</groupId>-->
62
-<!-- <artifactId>quarkus-rest-client</artifactId>-->
63
-<!-- </dependency>-->
64
65
66
-<!-- <artifactId>quarkus-smallrye-fault-tolerance</artifactId>-->
67
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-rest-client</artifactId>
+ </dependency>
+ <artifactId>quarkus-smallrye-fault-tolerance</artifactId>
68
<!--/ Step 6 dependencies -->
69
70
0 commit comments