mirror of https://github.com/apache/lucene.git
fix dependencies so logging works from replicator/ tests: Maven config; downgrade commons-logging from v1.1.3 to v1.1.1: httpcore dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b762f74fee
commit
5876b39115
|
@ -62,12 +62,6 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
|
@ -87,10 +81,6 @@
|
|||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-util</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>${module-path}/src/java</sourceDirectory>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
5043bfebc3db072ed80fbd362e7caf00e885d8ae
|
|
@ -1 +0,0 @@
|
|||
f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f
|
|
@ -39,7 +39,7 @@
|
|||
<dependency org="org.eclipse.jetty" name="jetty-io" rev="&jetty.version;" transitive="false" conf="jetty->default"/>
|
||||
<dependency org="org.eclipse.jetty" name="jetty-continuation" rev="&jetty.version;" transitive="false" conf="jetty->default"/>
|
||||
<dependency org="org.eclipse.jetty" name="jetty-http" rev="&jetty.version;" transitive="false" conf="jetty->default"/>
|
||||
<dependency org="commons-logging" name="commons-logging" rev="1.1.3" transitive="false" conf="logging->default"/>
|
||||
<dependency org="commons-logging" name="commons-logging" rev="1.1.1" transitive="false" conf="logging->default"/>
|
||||
<dependency org="org.eclipse.jetty.orbit" name="javax.servlet" rev="3.0.0.v201112011016" transitive="false" conf="servlet->default">
|
||||
<artifact name="javax.servlet" type="orbit" ext="jar"/>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue