Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

65656: Declare version of xml-apis and xercesImpl in parent pom.
   Upgrade maven-sirefire-plugin to 2.17


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@66263 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-04-02 22:08:31 +00:00
parent 65a1fa4e1b
commit d709289ef8

14
pom.xml
View File

@@ -34,12 +34,6 @@
<groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId>
<version>1.5.12</version>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>axis</groupId>
@@ -61,10 +55,6 @@
<artifactId>spring-webscripts</artifactId>
<version>${dependency.surf.version}</version>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
<exclusion>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
@@ -112,10 +102,6 @@
<artifactId>neethi</artifactId>
<version>2.0.4</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>