Skip to content

Commit 8641c9f

Browse files
committed
Make Micrometer test dependencies optional
To make sure io.micrometer.core.instrument and io.micrometer.observation packages are marked as optional in the OSGi manifest. Fixes #1140
1 parent 7b2f7d8 commit 8641c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -805,12 +805,14 @@
805805
<artifactId>micrometer-tracing-integration-test</artifactId>
806806
<version>${micrometer-tracing-test.version}</version>
807807
<scope>test</scope>
808+
<optional>true</optional>
808809
</dependency>
809810
<dependency>
810811
<groupId>io.micrometer</groupId>
811812
<artifactId>micrometer-docs-generator</artifactId>
812813
<version>${micrometer-docs-generator.version}</version>
813814
<scope>test</scope>
815+
<optional>true</optional>
814816
</dependency>
815817

816818
</dependencies>

0 commit comments

Comments
 (0)