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.
1 parent 5cdcd59 commit a801a43Copy full SHA for a801a43
static-instrumenter/maven-plugin/build.gradle.kts
@@ -15,8 +15,8 @@ otelJava {
15
}
16
17
dependencies {
18
- implementation("org.apache.maven:maven-plugin-api:3.5.0") // do not auto-update this version
19
- implementation("org.apache.maven:maven-project:2.2.1")
+ compileOnly("org.apache.maven:maven-plugin-api:3.5.0") // do not auto-update this version
+ compileOnly("org.apache.maven:maven-project:2.2.1")
20
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1")
21
compileOnly("org.apache.maven:maven-core:3.5.0") // do not auto-update this version
22
compileOnly("org.slf4j:slf4j-api")
0 commit comments