Author: kwright
Date: Tue Feb 12 03:14:56 2013
New Revision: 1445024
URL: http://svn.apache.org/r1445024
Log:
Include explicitly xml-apis version 1.4.01 everywhere xerces is included.
Modified:
manifoldcf/trunk/framework/api-service/pom.xml
manifoldcf/trunk/framework/authority-service/pom.xml
manifoldcf/trunk/framework/combined-service/pom.xml
manifoldcf/trunk/framework/crawler-ui/pom.xml
manifoldcf/trunk/framework/jetty-runner/pom.xml
manifoldcf/trunk/pom.xml
Modified: manifoldcf/trunk/framework/api-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/api-service/pom.xml?rev=1445024&r1=1445023&r2=1445024&view=diff
==============================================================================
--- manifoldcf/trunk/framework/api-service/pom.xml (original)
+++ manifoldcf/trunk/framework/api-service/pom.xml Tue Feb 12 03:14:56 2013
@@ -115,6 +115,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>${xml-apis.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
Modified: manifoldcf/trunk/framework/authority-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/authority-service/pom.xml?rev=1445024&r1=1445023&r2=1445024&view=diff
==============================================================================
--- manifoldcf/trunk/framework/authority-service/pom.xml (original)
+++ manifoldcf/trunk/framework/authority-service/pom.xml Tue Feb 12 03:14:56
2013
@@ -115,6 +115,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>${xml-apis.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
Modified: manifoldcf/trunk/framework/combined-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/combined-service/pom.xml?rev=1445024&r1=1445023&r2=1445024&view=diff
==============================================================================
--- manifoldcf/trunk/framework/combined-service/pom.xml (original)
+++ manifoldcf/trunk/framework/combined-service/pom.xml Tue Feb 12 03:14:56 2013
@@ -138,6 +138,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>${xml-apis.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
Modified: manifoldcf/trunk/framework/crawler-ui/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/pom.xml?rev=1445024&r1=1445023&r2=1445024&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/trunk/framework/crawler-ui/pom.xml Tue Feb 12 03:14:56 2013
@@ -121,6 +121,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>${xml-apis.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
Modified: manifoldcf/trunk/framework/jetty-runner/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/jetty-runner/pom.xml?rev=1445024&r1=1445023&r2=1445024&view=diff
==============================================================================
--- manifoldcf/trunk/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/trunk/framework/jetty-runner/pom.xml Tue Feb 12 03:14:56 2013
@@ -366,6 +366,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>${xml-apis.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
Modified: manifoldcf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1445024&r1=1445023&r2=1445024&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Tue Feb 12 03:14:56 2013
@@ -54,6 +54,7 @@
<commons-lang.version>2.6</commons-lang.version>
<xalan.version>2.7.1</xalan.version>
<xerces.version>2.10.0</xerces.version>
+ <xml-apis.version>1.4.01</xml-apis.version>
<jtds.version>1.2.4</jtds.version>
<servlet-api.version>2.5</servlet-api.version>
<jstl.version>1.2</jstl.version>