Skip to content

Commit

Permalink
getting rid of explicit compile scope declaration for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 29, 2024
1 parent c242cc1 commit 5e3f895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bootique-metrics-healthchecks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down

0 comments on commit 5e3f895

Please sign in to comment.