Repository: deltaspike Updated Branches: refs/heads/master 3a967e95f -> 6ba562582
DELTASPIKE-933 readded xercesImpl, plus xml-apis to fix Drone tests Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/6ba56258 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/6ba56258 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/6ba56258 Branch: refs/heads/master Commit: 6ba562582f8c0afee1c9eed1c9b61bf9a50dc4e0 Parents: 3a967e9 Author: Harald Wellmann <[email protected]> Authored: Tue Jun 16 15:20:23 2015 +0200 Committer: Harald Wellmann <[email protected]> Committed: Tue Jun 16 15:20:52 2015 +0200 ---------------------------------------------------------------------- deltaspike/modules/jsf/impl/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6ba56258/deltaspike/modules/jsf/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/pom.xml b/deltaspike/modules/jsf/impl/pom.xml index e317d07..4ec3e43 100644 --- a/deltaspike/modules/jsf/impl/pom.xml +++ b/deltaspike/modules/jsf/impl/pom.xml @@ -154,12 +154,14 @@ <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> </exclusions> </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.4.01</version> + <scope>test</scope> + </dependency> </dependencies>
