Skip to content

Commit

Permalink
добавил актуатор в stats-client pom #3
Browse files Browse the repository at this point in the history
  • Loading branch information
aigunov committed Sep 13, 2024
1 parent 363f6d7 commit 14bacd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<java.version>21</java.version>
</properties>

<build></build>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 14bacd9

Please sign in to comment.