Add bouncycastle in test scope (temporarily?)

This commit is contained in:
Dave Syer
2023-06-28 15:05:35 +00:00
parent e090bd234f
commit 78b96e6160

View File

@@ -187,5 +187,11 @@
<artifactId>micrometer-observation-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.74</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>