build: use runtime scope for slf4j-simple log sink (#18881)

Avoid leaking this as a dependency to openapi-generator consumers.
This commit is contained in:
Jason Schroeder 2024-06-10 02:45:51 -07:00 committed by GitHub
parent f517bf7b98
commit 80bb3dde0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,6 +288,7 @@
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version> <version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>