Skip to content

Commit

Permalink
Add missing test dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Sep 4, 2024
1 parent 7d59a21 commit 5412d6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spring-cloud-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,11 @@
<artifactId>micrometer-observation-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 5412d6d

Please sign in to comment.