Skip to content

Commit 9074b48

Browse files
authored
Remove runtime scope from README.md (#12521)
1 parent bb90e08 commit 9074b48

File tree

1 file changed

+1
-2
lines changed
  • instrumentation/log4j/log4j-appender-2.17/library

1 file changed

+1
-2
lines changed

instrumentation/log4j/log4j-appender-2.17/library/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ For Maven, add to your `pom.xml` dependencies:
2020
<groupId>io.opentelemetry.instrumentation</groupId>
2121
<artifactId>opentelemetry-log4j-appender-2.17</artifactId>
2222
<version>OPENTELEMETRY_VERSION</version>
23-
<scope>runtime</scope>
2423
</dependency>
2524
</dependencies>
2625
```
2726

2827
For Gradle, add to your dependencies:
2928

3029
```groovy
31-
runtimeOnly("io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17:OPENTELEMETRY_VERSION")
30+
implementation("io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17:OPENTELEMETRY_VERSION")
3231
```
3332

3433
### Usage

0 commit comments

Comments
 (0)