We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e23407a + 1030df1 commit 1f26b0bCopy full SHA for 1f26b0b
.sdkmanrc
@@ -0,0 +1,3 @@
1
+# Enable auto-env through the sdkman_auto_env config
2
+# Add key=value pairs of SDKs to use below
3
+java=17.0.9-tem
core/runtime/pom.xml
@@ -30,11 +30,6 @@
30
<artifactId>micrometer-core</artifactId>
31
<optional>true</optional>
32
</dependency>
33
- <dependency>
34
- <groupId>io.micrometer</groupId>
35
- <artifactId>micrometer-core</artifactId>
36
- <optional>true</optional>
37
- </dependency>
38
<dependency>
39
<groupId>io.opentelemetry.instrumentation</groupId>
40
<artifactId>opentelemetry-instrumentation-api</artifactId>
0 commit comments