Skip to content

Commit cae2d7d

Browse files
committed
feat: solution for step 6
1 parent 179d2c1 commit cae2d7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bookmark-service/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
</dependency>
5858
<!--/ Step 5 dependencies -->
5959
<!-- Step 6 dependencies -->
60-
<!-- <dependency>-->
61-
<!-- <groupId>io.quarkus</groupId>-->
62-
<!-- <artifactId>quarkus-rest-client</artifactId>-->
63-
<!-- </dependency>-->
64-
<!-- <dependency>-->
65-
<!-- <groupId>io.quarkus</groupId>-->
66-
<!-- <artifactId>quarkus-smallrye-fault-tolerance</artifactId>-->
67-
<!-- </dependency>-->
60+
<dependency>
61+
<groupId>io.quarkus</groupId>
62+
<artifactId>quarkus-rest-client</artifactId>
63+
</dependency>
64+
<dependency>
65+
<groupId>io.quarkus</groupId>
66+
<artifactId>quarkus-smallrye-fault-tolerance</artifactId>
67+
</dependency>
6868
<!--/ Step 6 dependencies -->
6969

7070

0 commit comments

Comments
 (0)