[jboss-cvs] jboss-seam/build ...

Peter Muir peter at bleepbleep.org.uk
Sat Sep 29 12:55:26 EDT 2007


  User: pmuir   
  Date: 07/09/29 12:55:26

  Modified:    build        remoting.pom.xml ioc.pom.xml pdf.pom.xml
                        ui.pom.xml core.pom.xml mail.pom.xml root.pom.xml
  Log:
  JBSEAM-2003
  
  Revision  Changes    Path
  1.9       +0 -24     jboss-seam/build/remoting.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/remoting.pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- remoting.pom.xml	25 Sep 2007 22:22:51 -0000	1.8
  +++ remoting.pom.xml	29 Sep 2007 16:55:26 -0000	1.9
  @@ -27,36 +27,12 @@
   		<dependency>
   			<groupId>dom4j</groupId>
   			<artifactId>dom4j</artifactId>
  -			<exclusions>
  -				<exclusion>
  -					<groupId>junit</groupId>
  -            		<artifactId>junit</artifactId>
  -				</exclusion>
  -				<exclusion>
  -					<groupId>xpp3</groupId>
  -					<artifactId>xpp3</artifactId>
  -				</exclusion>
  -			</exclusions>
   		</dependency>
   
   		<dependency>
   			<groupId>org.hibernate</groupId>
   			<artifactId>hibernate</artifactId>
   			<optional>true</optional>
  -			<exclusions>
  -				<exclusion>
  -					<groupId>commons-collections</groupId>
  -					<artifactId>commons-collections</artifactId>
  -				</exclusion>
  -				<exclusion>
  -					<groupId>commons-logging</groupId>
  -            		<artifactId>commons-logging</artifactId>
  -				</exclusion>
  -				<exclusion>
  -					<groupId>net.sf.ehcache</groupId>
  -                    <artifactId>ehcache</artifactId>
  -				</exclusion>
  -			</exclusions>
   		</dependency>
   
   		<dependency>
  
  
  
  1.9       +0 -93     jboss-seam/build/ioc.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ioc.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ioc.pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- ioc.pom.xml	25 Sep 2007 22:22:51 -0000	1.8
  +++ ioc.pom.xml	29 Sep 2007 16:55:26 -0000	1.9
  @@ -16,17 +16,6 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring</artifactId>
  -      <exclusions>
  -        <!-- Prevent the insanity which is commons-logging pom introducing dependencies on weird stuff -->
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -63,32 +52,6 @@
       <dependency>
         <groupId>jboss</groupId>
         <artifactId>jboss-kernel</artifactId>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>apache-httpclient</groupId>
  -          <artifactId>commons-httpclient</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>apache-slide</groupId>
  -          <artifactId>webdavlib</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>apache-xerces</groupId>
  -          <artifactId>xml-apis</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>oswego-concurrent</groupId>
  -          <artifactId>concurrent</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>concurrent</groupId>
  -          <artifactId>concurrent</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -106,24 +69,6 @@
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-collections</groupId>
  -          <artifactId>commons-collections</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>net.sf.ehcache</groupId>
  -          <artifactId>ehcache</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -135,44 +80,6 @@
       <dependency>
         <groupId>jboss</groupId>
         <artifactId>jbossxb</artifactId>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>jboss</groupId>
  -          <artifactId>jboss-logging-spi</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>jboss</groupId>
  -          <artifactId>jboss-common-core</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>apache-xerces</groupId>
  -          <artifactId>xml-apis</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>apache-httpclient</groupId>
  -          <artifactId>commons-httpclient</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>apache-slide</groupId>
  -          <artifactId>webdavlib</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>oswego-concurrent</groupId>
  -          <artifactId>concurrent</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>wutka-dtdparser</groupId>
  -          <artifactId>dtdparser121</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>apache-xerces</groupId>
  -          <artifactId>xercesImpl</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>javax.activation</groupId>
  -          <artifactId>activation</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
     </dependencies>
  
  
  
  1.9       +0 -18     jboss-seam/build/pdf.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pdf.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/pdf.pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- pdf.pom.xml	25 Sep 2007 22:22:51 -0000	1.8
  +++ pdf.pom.xml	29 Sep 2007 16:55:26 -0000	1.9
  @@ -16,24 +16,12 @@
   		<dependency>
   			<groupId>com.lowagie</groupId>
   			<artifactId>itext</artifactId>
  -			<exclusions>
  -				<exclusion>
  -					<groupId>junit</groupId>
  -            		<artifactId>junit</artifactId>
  -				</exclusion>
  -			</exclusions>
   		</dependency>
   
   		<dependency>
   			<groupId>jfree</groupId>
   			<artifactId>jfreechart</artifactId>
   			<optional>true</optional>
  -			<exclusions>
  -				<exclusion>
  -					<groupId>junit</groupId>
  -            		<artifactId>junit</artifactId>
  -				</exclusion>
  -			</exclusions>
   		</dependency>
   
   		<dependency>
  @@ -44,12 +32,6 @@
   		<dependency>
   			<groupId>org.jboss.seam</groupId>
   			<artifactId>jboss-seam-ui</artifactId>
  -			<exclusions>
  -				<exclusion>
  -					<groupId>commons-logging</groupId>
  -            		<artifactId>commons-logging</artifactId>
  -				</exclusion>
  -			</exclusions>
   		</dependency>
   
   		<dependency>
  
  
  
  1.13      +0 -59     jboss-seam/build/ui.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ui.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- ui.pom.xml	28 Sep 2007 11:49:47 -0000	1.12
  +++ ui.pom.xml	29 Sep 2007 16:55:26 -0000	1.13
  @@ -8,7 +8,6 @@
       <version>@seam.version@</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
  -
     <groupId>org.jboss.seam</groupId>
     <artifactId>jboss-seam-ui</artifactId>
     <url>http://jboss.com/products/seam/taglib</url>
  @@ -95,48 +94,12 @@
         <groupId>org.richfaces.framework</groupId>
         <artifactId>richfaces-api</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-collections</groupId>
  -          <artifactId>commons-collections</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-beanutils</groupId>
  -          <artifactId>commons-beanutils</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-collections</groupId>
  -          <artifactId>commons-collections</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-beanutils</groupId>
  -          <artifactId>commons-beanutils</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -180,16 +143,6 @@
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>net.sf.ehcache</groupId>
  -          <artifactId>ehcache</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -206,16 +159,6 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -230,8 +173,6 @@
         <optional>true</optional>
       </dependency>
   
  -
  -
       <dependency>
         <groupId>org.testng</groupId>
         <artifactId>testng</artifactId>
  
  
  
  1.21      +0 -214    jboss-seam/build/core.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- core.pom.xml	28 Sep 2007 11:49:47 -0000	1.20
  +++ core.pom.xml	29 Sep 2007 16:55:26 -0000	1.21
  @@ -20,36 +20,12 @@
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-collections</groupId>
  -          <artifactId>commons-collections</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>net.sf.ehcache</groupId>
  -          <artifactId>ehcache</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-annotations</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -98,12 +74,6 @@
         <groupId>javax.xml.ws</groupId>
         <artifactId>jaxws-api</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>javax.xml.bind</groupId>
  -          <artifactId>jaxb-api</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
       
       <dependency>
  @@ -135,52 +105,6 @@
         <groupId>com.octo.captcha</groupId>
         <artifactId>jcaptcha-all</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-dbcp</groupId>
  -          <artifactId>commons-dbcp</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-pool</groupId>
  -          <artifactId>commons-pool</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>net.sf.ehcache</groupId>
  -          <artifactId>ehcache</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>hsqldb</groupId>
  -          <artifactId>hsqldb</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xerces</groupId>
  -          <artifactId>xmlParserAPIs</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xerces</groupId>
  -          <artifactId>xercesImpl</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>org.springframework</groupId>
  -          <artifactId>spring</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>quartz</groupId>
  -          <artifactId>quartz</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>concurrent</groupId>
  -          <artifactId>concurrent</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -211,81 +135,6 @@
         <groupId>groovy</groupId>
         <artifactId>groovy-all</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <!-- groovy-all imports a lot of stuff, would be better to just use specific bits -->
  -        <exclusion>
  -          <groupId>bsf</groupId>
  -          <artifactId>bsf</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-cli</groupId>
  -          <artifactId>commons-cli</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>hsqldb</groupId>
  -          <artifactId>hsqldb</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>mx4j</groupId>
  -          <artifactId>mx4j</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xml-resolver</groupId>
  -          <artifactId>xml-resolver</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>com.thoughtworks.xstream</groupId>
  -          <artifactId>xstream</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>mockobjects</groupId>
  -          <artifactId>mockobjects-core</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>org.apache.ant</groupId>
  -          <artifactId>ant</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>org.apache.ant</groupId>
  -          <artifactId>ant-launcher</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>org.apache.ant</groupId>
  -          <artifactId>ant-junit</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>castor</groupId>
  -          <artifactId>castor</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>openejb</groupId>
  -          <artifactId>openejb</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>openejb</groupId>
  -          <artifactId>openejb-loader</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>javax.servlet</groupId>
  -          <artifactId>jsp-api</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xerces</groupId>
  -          <artifactId>xercesImpl</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xml-apis</groupId>
  -          <artifactId>xml-apis</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  @@ -354,48 +203,12 @@
         <groupId>org.drools</groupId>
         <artifactId>drools-core</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xpp3</groupId>
  -          <artifactId>xpp3</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xstream</groupId>
  -          <artifactId>xstream</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
         <groupId>org.drools</groupId>
         <artifactId>drools-compiler</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xpp3</groupId>
  -          <artifactId>xpp3</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xstream</groupId>
  -          <artifactId>xstream</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xerces</groupId>
  -          <artifactId>xercesImpl</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>xml-apis</groupId>
  -          <artifactId>xml-apis</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <!-- Surefire can't cope with such a new version of testng, so we have to specify it
  @@ -440,40 +253,13 @@
         <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
         <optional>true</optional>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-collections</groupId>
  -          <artifactId>commons-collections</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
       
  -    <!--  <dependency>
  -      <groupId>commons-beanutils</groupId>
  -      <artifactId>commons-beanutils</artifactId>
  -      <version>1.7.0.seam</version>
  -      <optional>true</optional>
  -    </dependency>-->
  -
       <dependency>
         <groupId>org.tuckey</groupId>
         <artifactId>urlrewritefilter</artifactId>
         <optional>true</optional>
         <scope>runtime</scope>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>junit</groupId>
  -          <artifactId>junit</artifactId>
  -        </exclusion>
  -        <exclusion>
  -          <groupId>ant</groupId>
  -          <artifactId>ant</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
     </dependencies>
  
  
  
  1.8       +2 -8      jboss-seam/build/mail.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mail.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/mail.pom.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- mail.pom.xml	25 Sep 2007 22:22:51 -0000	1.7
  +++ mail.pom.xml	29 Sep 2007 16:55:26 -0000	1.8
  @@ -21,12 +21,6 @@
       <dependency>
         <groupId>org.jboss.seam</groupId>
         <artifactId>jboss-seam-ui</artifactId>
  -      <exclusions>
  -        <exclusion>
  -          <groupId>commons-logging</groupId>
  -          <artifactId>commons-logging</artifactId>
  -        </exclusion>
  -      </exclusions>
       </dependency>
   
       <dependency>
  
  
  
  1.22      +362 -12   jboss-seam/build/root.pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: root.pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- root.pom.xml	29 Sep 2007 12:10:06 -0000	1.21
  +++ root.pom.xml	29 Sep 2007 16:55:26 -0000	1.22
  @@ -85,6 +85,12 @@
           <groupId>org.jboss.seam</groupId>
           <artifactId>jboss-seam-ui</artifactId>
           <version>@seam.version@</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -109,18 +115,44 @@
           <groupId>org.richfaces.framework</groupId>
           <artifactId>richfaces-api</artifactId>
           <version>3.1.1-CR1</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
           <groupId>org.richfaces.framework</groupId>
           <artifactId>richfaces-impl</artifactId>
           <version>3.1.1-CR1</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
           <groupId>org.richfaces.ui</groupId>
           <artifactId>richfaces-ui</artifactId>
           <version>3.1.1-CR1</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -133,6 +165,16 @@
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
           <version>1.2_04-p02</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-collections</groupId>
  +            <artifactId>commons-collections</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -157,12 +199,36 @@
           <groupId>org.hibernate</groupId>
           <artifactId>hibernate</artifactId>
           <version>3.2.4.sp1</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-collections</groupId>
  +            <artifactId>commons-collections</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>net.sf.ehcache</groupId>
  +            <artifactId>ehcache</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
           <groupId>org.hibernate</groupId>
           <artifactId>hibernate-annotations</artifactId>
           <version>3.3.0.ga</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
         
         <dependency>
  @@ -174,6 +240,10 @@
               <groupId>jboss</groupId>
               <artifactId>javassist</artifactId>
             </exclusion>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
           </exclusions>
         </dependency>
   
  @@ -205,6 +275,16 @@
           <groupId>commons-beanutils</groupId>
           <artifactId>commons-beanutils</artifactId>
           <version>1.7.0</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
         
         <dependency>
  @@ -229,6 +309,44 @@
           <groupId>jboss</groupId>
           <artifactId>jbossxb</artifactId>
           <version>1.0.0.CR8</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>jboss</groupId>
  +            <artifactId>jboss-logging-spi</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>jboss</groupId>
  +            <artifactId>jboss-common-core</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>apache-xerces</groupId>
  +            <artifactId>xml-apis</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>apache-httpclient</groupId>
  +            <artifactId>commons-httpclient</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>apache-slide</groupId>
  +            <artifactId>webdavlib</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>oswego-concurrent</groupId>
  +            <artifactId>concurrent</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>wutka-dtdparser</groupId>
  +            <artifactId>dtdparser121</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>apache-xerces</groupId>
  +            <artifactId>xercesImpl</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>javax.activation</groupId>
  +            <artifactId>activation</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -279,12 +397,64 @@
           <groupId>javax.jws</groupId>
           <artifactId>jsr181-api</artifactId>
           <version>1.0-MR1</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>javax.xml.bind</groupId>
  +            <artifactId>jaxb-api</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
           <groupId>com.octo.captcha</groupId>
           <artifactId>jcaptcha-all</artifactId>
           <version>1.0-RC6</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>commons-dbcp</groupId>
  +            <artifactId>commons-dbcp</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>commons-pool</groupId>
  +            <artifactId>commons-pool</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>net.sf.ehcache</groupId>
  +            <artifactId>ehcache</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>hsqldb</groupId>
  +            <artifactId>hsqldb</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xerces</groupId>
  +            <artifactId>xmlParserAPIs</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xerces</groupId>
  +            <artifactId>xercesImpl</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>org.springframework</groupId>
  +            <artifactId>spring</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>quartz</groupId>
  +            <artifactId>quartz</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>concurrent</groupId>
  +            <artifactId>concurrent</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -315,6 +485,81 @@
           <groupId>groovy</groupId>
           <artifactId>groovy-all</artifactId>
           <version>1.1-BETA-1</version>
  +        <exclusions>
  +          <!-- groovy-all imports a lot of stuff, would be better to just use specific bits -->
  +          <exclusion>
  +            <groupId>bsf</groupId>
  +            <artifactId>bsf</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>commons-cli</groupId>
  +            <artifactId>commons-cli</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>hsqldb</groupId>
  +            <artifactId>hsqldb</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>mx4j</groupId>
  +            <artifactId>mx4j</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xml-resolver</groupId>
  +            <artifactId>xml-resolver</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>com.thoughtworks.xstream</groupId>
  +            <artifactId>xstream</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>mockobjects</groupId>
  +            <artifactId>mockobjects-core</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>org.apache.ant</groupId>
  +            <artifactId>ant</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>org.apache.ant</groupId>
  +            <artifactId>ant-launcher</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>org.apache.ant</groupId>
  +            <artifactId>ant-junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>castor</groupId>
  +            <artifactId>castor</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>openejb</groupId>
  +            <artifactId>openejb</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>openejb</groupId>
  +            <artifactId>openejb-loader</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>javax.servlet</groupId>
  +            <artifactId>jsp-api</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xerces</groupId>
  +            <artifactId>xercesImpl</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xml-apis</groupId>
  +            <artifactId>xml-apis</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -339,12 +584,48 @@
           <groupId>org.drools</groupId>
           <artifactId>drools-core</artifactId>
           <version>4.0.0</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xpp3</groupId>
  +            <artifactId>xpp3</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xstream</groupId>
  +            <artifactId>xstream</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
           <groupId>org.drools</groupId>
           <artifactId>drools-compiler</artifactId>
           <version>4.0.0</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xpp3</groupId>
  +            <artifactId>xpp3</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xstream</groupId>
  +            <artifactId>xstream</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xerces</groupId>
  +            <artifactId>xercesImpl</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xml-apis</groupId>
  +            <artifactId>xml-apis</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -369,12 +650,49 @@
           <groupId>org.springframework</groupId>
           <artifactId>spring</artifactId>
           <version>2.0.6</version>
  +        <exclusions>
  +          <!-- Prevent the insanity which is commons-logging pom introducing dependencies on weird stuff -->
  +          <exclusion>
  +            <groupId>commons-logging</groupId>
  +            <artifactId>commons-logging</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
           <groupId>jboss</groupId>
           <artifactId>jboss-kernel</artifactId>
           <version>2.0.0.Beta</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>apache-httpclient</groupId>
  +            <artifactId>commons-httpclient</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>apache-slide</groupId>
  +            <artifactId>webdavlib</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>apache-xerces</groupId>
  +            <artifactId>xml-apis</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>oswego-concurrent</groupId>
  +            <artifactId>concurrent</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>concurrent</groupId>
  +            <artifactId>concurrent</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -387,12 +705,24 @@
           <groupId>com.lowagie</groupId>
           <artifactId>itext</artifactId>
           <version>2.0.4</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +                  <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
           <groupId>jfree</groupId>
           <artifactId>jfreechart</artifactId>
           <version>1.0.5</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +                  <artifactId>junit</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -405,6 +735,16 @@
           <groupId>dom4j</groupId>
           <artifactId>dom4j</artifactId>
           <version>1.6.1-jboss</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +                  <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>xpp3</groupId>
  +            <artifactId>xpp3</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
         <dependency>
  @@ -417,6 +757,16 @@
           <groupId>org.tuckey</groupId>
           <artifactId>urlrewritefilter</artifactId>
           <version>3.0.4</version>
  +        <exclusions>
  +          <exclusion>
  +            <groupId>junit</groupId>
  +            <artifactId>junit</artifactId>
  +          </exclusion>
  +          <exclusion>
  +            <groupId>ant</groupId>
  +            <artifactId>ant</artifactId>
  +          </exclusion>
  +        </exclusions>
         </dependency>
   
       </dependencies>
  
  
  



More information about the jboss-cvs-commits mailing list