[wise-commits] wise SVN: r453 - in webgui/branches/cdi-jsf: src/main/webapp/WEB-INF and 1 other directory.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Fri Jan 18 19:33:39 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-01-18 19:33:39 -0500 (Fri, 18 Jan 2013)
New Revision: 453

Added:
   webgui/branches/cdi-jsf/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
Modified:
   webgui/branches/cdi-jsf/pom.xml
Log:
Removing jbws/cxf libs from war


Modified: webgui/branches/cdi-jsf/pom.xml
===================================================================
--- webgui/branches/cdi-jsf/pom.xml	2013-01-19 00:17:49 UTC (rev 452)
+++ webgui/branches/cdi-jsf/pom.xml	2013-01-19 00:33:39 UTC (rev 453)
@@ -83,6 +83,28 @@
               <groupId>org.jboss.wise</groupId>
               <artifactId>wise-core-cxf</artifactId>
               <version>${version.wise.core}</version>
+              <exclusions>
+                  <exclusion>
+                      <groupId>org.jboss.ws</groupId>
+                      <artifactId>jbossws-common</artifactId>
+                  </exclusion>
+                  <exclusion>
+                      <groupId>org.jboss.ws</groupId>
+                      <artifactId>jbossws-spi</artifactId>
+                  </exclusion>
+                  <exclusion>
+                      <groupId>org.jboss.ws.cxf</groupId>
+                      <artifactId>jbossws-cxf-client</artifactId>
+                  </exclusion>
+                  <exclusion>
+                      <groupId>xalan</groupId>
+                      <artifactId>xalan</artifactId>
+                  </exclusion>
+                  <exclusion>
+                      <groupId>wsdl4j</groupId>
+                      <artifactId>wsdl4j</artifactId>
+                  </exclusion>
+              </exclusions>
          </dependency>
 
       </dependencies>
@@ -122,10 +144,18 @@
          <artifactId>richfaces-components-ui</artifactId>
       </dependency>
       
+      <!-- TODO replace with org.jboss.wise:wise-core -->
       <dependency>
          <groupId>org.jboss.wise</groupId>
          <artifactId>wise-core-cxf</artifactId>
       </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.logging</groupId>
+         <artifactId>jboss-logging</artifactId>
+         <scope>provided</scope>
+         <version>3.1.0.GA</version>
+      </dependency>
 
    </dependencies>
 

Added: webgui/branches/cdi-jsf/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
===================================================================
--- webgui/branches/cdi-jsf/src/main/webapp/WEB-INF/jboss-deployment-structure.xml	                        (rev 0)
+++ webgui/branches/cdi-jsf/src/main/webapp/WEB-INF/jboss-deployment-structure.xml	2013-01-19 00:33:39 UTC (rev 453)
@@ -0,0 +1,9 @@
+<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1">
+    <deployment>
+        <dependencies>
+	      <module name="org.jboss.ws.cxf.jbossws-cxf-client" services="true" export="true"/>
+	      <module name="org.apache.cxf.impl"/> <!-- TODO replace this and previous dependency with commented one below when removing explicit dep on wise-core-cxf -->
+	      <!-- <module name="org.jboss.ws.jaxws-client" services="true" export="true"/> -->
+	    </dependencies>
+    </deployment>
+</jboss-deployment-structure>



More information about the wise-commits mailing list