dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30164
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15308: Excluded xerces
------------------------------------------------------------
revno: 15308
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-05-19 20:25:05 +0200
message:
Excluded xerces
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2014-05-12 15:24:01 +0000
+++ dhis-2/pom.xml 2014-05-19 18:25:05 +0000
@@ -997,6 +997,12 @@
<groupId>org.openid4java</groupId>
<artifactId>openid4java</artifactId>
<version>0.9.8</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>