Skip to content

Commit f4d99e4

Browse files
authored
Add OpenTelemetry annotation dependency (#185)
1 parent 982c12d commit f4d99e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@
141141
<groupId>io.opentelemetry</groupId>
142142
<artifactId>opentelemetry-exporter-otlp</artifactId>
143143
</dependency>
144+
<dependency>
145+
<groupId>io.opentelemetry.instrumentation</groupId>
146+
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
147+
</dependency>
144148
<dependency>
145149
<groupId>io.micronaut.cache</groupId>
146150
<artifactId>micronaut-cache-core</artifactId>

0 commit comments

Comments
 (0)