Skip to content

Commit

Permalink
Moved outside of asciidoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezg committed Apr 19, 2024
1 parent 45c2eca commit 8a8b16f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions rental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<groupId>org.axonframework</groupId>
<artifactId>axon-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>io.axoniq.console</groupId>
<artifactId>console-framework-client-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.axonframework</groupId>
<artifactId>axon-test</artifactId>
Expand All @@ -63,7 +59,12 @@
<artifactId>axon-micrometer</artifactId>
</dependency>
<!-- end::deps-axon-micrometer[] -->

<!-- tag::deps-axoniq-console[] -->
<dependency>
<groupId>io.axoniq.console</groupId>
<artifactId>console-framework-client-spring-boot-starter</artifactId>
</dependency>
<!-- end::deps-axoniq-console[] -->
<!-- tag::deps-springboot-starter-actuator[] -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 8a8b16f

Please sign in to comment.