Commit dd39eb72 authored by Ewen Cheslack-Postava's avatar Ewen Cheslack-Postava Committed by GitHub
Browse files

Merge pull request #83 from confluentinc/test-only-slf4j-simple

ST-336: Move slf4j-simple into test scope so it is not pulled into the packaged version.
parents 17bda8ba 00023306
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>${slf4j.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.java.dev.jna</groupId>