116 |
<groupId>org.apache.solr</groupId> |
<groupId>org.apache.solr</groupId> |
117 |
<version>4.1.0</version> |
<version>4.1.0</version> |
118 |
<type>jar</type> |
<type>jar</type> |
119 |
|
<exclusions> |
120 |
|
<exclusion> |
121 |
|
<artifactId>jcl-over-slf4j</artifactId> |
122 |
|
<groupId>org.slf4j</groupId> |
123 |
|
</exclusion> |
124 |
|
<exclusion> |
125 |
|
<artifactId>slf4j-jdk14</artifactId> |
126 |
|
<groupId>org.slf4j</groupId> |
127 |
|
</exclusion> |
128 |
|
<exclusion> |
129 |
|
<artifactId>slf4j-api</artifactId> |
130 |
|
<groupId>org.slf4j</groupId> |
131 |
|
</exclusion> |
132 |
|
</exclusions> |
133 |
</dependency> |
</dependency> |
134 |
|
|
135 |
</dependencies> |
</dependencies> |