Remove runtime scope from README.md (#12521)
This commit is contained in:
parent
bb90e0835a
commit
9074b48905
|
@ -20,7 +20,6 @@ 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>
|
||||
```
|
||||
|
@ -28,7 +27,7 @@ For Maven, add to your `pom.xml` 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
|
||||
|
|
Loading…
Reference in New Issue