SOLR-3356: Maven configuration: Add new dependency slf4j-jdk14 to solr-core module

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-04-14 21:34:28 +00:00
parent 8360a4e387
commit eae46487c7
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>