mirror of https://github.com/apache/lucene.git
LUCENE-1591: update maven poms for xercesImpl.jar revert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1065802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7088a4d555
commit
80d45a4ee3
|
@ -365,12 +365,12 @@
|
|||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
<version>2.10.0</version>
|
||||
<version>2.9.1-patched-XERCESJ-1257</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
<version>2.10.0</version>
|
||||
<version>2.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
@ -640,9 +640,9 @@
|
|||
<configuration>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xercesImpl</artifactId>
|
||||
<version>2.10.0</version>
|
||||
<version>2.9.1-patched-XERCESJ-1257</version>
|
||||
<packaging>jar</packaging>
|
||||
<file>modules/benchmark/lib/xercesImpl-2.10.0.jar</file>
|
||||
<file>modules/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar</file>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
@ -654,9 +654,9 @@
|
|||
<configuration>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
<version>2.10.0</version>
|
||||
<version>2.9.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<file>modules/benchmark/lib/xml-apis-2.10.0.jar</file>
|
||||
<file>modules/benchmark/lib/xml-apis-2.9.0.jar</file>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue