Skip to content

Commit

Permalink
Remove runtime scope from README.md (#12521)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatvovan authored Oct 28, 2024
1 parent bb90e08 commit 9074b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions instrumentation/log4j/log4j-appender-2.17/library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ For Maven, add to your `pom.xml` dependencies:
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-log4j-appender-2.17</artifactId>
<version>OPENTELEMETRY_VERSION</version>
<scope>runtime</scope>
</dependency>
</dependencies>
```

For Gradle, add to your dependencies:

```groovy
runtimeOnly("io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17:OPENTELEMETRY_VERSION")
implementation("io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17:OPENTELEMETRY_VERSION")
```

### Usage
Expand Down

0 comments on commit 9074b48

Please sign in to comment.