DBZ-2890 Remove SLF4J from Oracle distro

This commit is contained in:
Jiri Pechanec 2021-01-06 08:19:14 +01:00 committed by Gunnar Morling
parent 8d64463e57
commit a1cfd0b11a

View File

@ -25,6 +25,11 @@
<artifactId>connect-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>