You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/08 14:35:28 UTC

svn commit: r1298390 - /incubator/syncope/trunk/core/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

Author: ilgrosso
Date: Thu Mar  8 13:35:28 2012
New Revision: 1298390

URL: http://svn.apache.org/viewvc?rev=1298390&view=rev
Log:
[SYNCOPE-29] Fixing JBoss deployment descriptor for 7.1.0-Final

Modified:
    incubator/syncope/trunk/core/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

Modified: incubator/syncope/trunk/core/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/src/main/webapp/WEB-INF/jboss-deployment-structure.xml?rev=1298390&r1=1298389&r2=1298390&view=diff
==============================================================================
--- incubator/syncope/trunk/core/src/main/webapp/WEB-INF/jboss-deployment-structure.xml (original)
+++ incubator/syncope/trunk/core/src/main/webapp/WEB-INF/jboss-deployment-structure.xml Thu Mar  8 13:35:28 2012
@@ -8,7 +8,7 @@ to you under the Apache License, Version
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at
 
-  http://www.apache.org/licenses/LICENSE-2.0
+       http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
@@ -22,6 +22,12 @@ under the License.
   <deployment>
     <dependencies>
       <module name="org.hibernate" />
+      <module name="org.apache.xerces" />
+      <module name="org.apache.xalan" />
     </dependencies>
+    <exclusions>
+      <module name="org.slf4j" />
+      <module name="org.slf4j.impl" />
+    </exclusions>
   </deployment>
 </jboss-deployment-structure>