We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e002e6c commit c905e45Copy full SHA for c905e45
java/client/.classpath
@@ -41,5 +41,7 @@
41
<classpathentry kind="lib" path="/third-party/java/xml/xml-apis-1.4.01.jar"/>
42
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
43
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-1.0.jar"/>
44
+ <classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-api-1.6.6.jar"/>
45
+ <classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-jdk14-1.6.6.jar"/>
46
<classpathentry kind="output" path="build/production"/>
47
</classpath>
0 commit comments