Author: hfnukal
Date: 2012-03-19 07:42:41 -0400 (Mon, 19 Mar 2012)
New Revision: 8616
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
Log:
Bug 803469 - Warning Unexpected error during load of:org.xmlpull.v1.XmlPullParserFactory
when starting portal
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-03-19
10:27:14 UTC (rev 8615)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-03-19
11:42:41 UTC (rev 8616)
@@ -1126,6 +1126,10 @@
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-jmx</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>xpp3_min</artifactId>
+ <groupId>xpp3</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1144,6 +1148,10 @@
<artifactId>oauth-provider</artifactId>
<groupId>net.oauth.core</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>xpp3_min</artifactId>
+ <groupId>xpp3</groupId>
+ </exclusion>
</exclusions>
</dependency>