Author: manaRH
Date: 2012-05-21 07:04:12 -0400 (Mon, 21 May 2012)
New Revision: 14710

Removed:
   
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/mock/EmbeddedBootstrap.java
Modified:
   branches/community/Seam_2_3/bom/pom.xml
   branches/community/Seam_2_3/jboss-seam-ui/pom.xml
   
branches/community/Seam_2_3/jboss-seam-wicket/src/main/java/org/jboss/seam/wicket/mock/SeamWicketTester.java
   branches/community/Seam_2_3/jboss-seam/pom.xml
   branches/community/Seam_2_3/pom.xml
Log:
cleaned up Seam parent pom and BOM, removed embedded bootstrap

Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml     2012-05-21 11:03:48 UTC (rev 
14709)
+++ branches/community/Seam_2_3/bom/pom.xml     2012-05-21 11:04:12 UTC (rev 
14710)
@@ -32,18 +32,18 @@
        <properties>
                <!-- Version string properties -->
         <version.seam>2.3.0.Beta2-SNAPSHOT</version.seam>
-               <version.arquillian_core>1.0.0.CR7</version.arquillian_core>
                <version.wicket>1.4.14</version.wicket>
                <version.drools>5.1.1</version.drools>
                <version.resteasy>2.0.1.GA</version.resteasy>
                <version.spring>3.1.1.RELEASE</version.spring>
-               <version.jbossembedded>beta3.SP15</version.jbossembedded>
                <version.jbossas7>7.1.1.Final</version.jbossas7>
                <version.jsf2>2.1.7</version.jsf2>
         <version.webdriver>0.9.7376</version.webdriver>
         <version.infinispan>5.1.3.FINAL</version.infinispan>
         <version.junit>4.8.2</version.junit>
         <version.testng>5.14.10</version.testng>
+        <version.richfaces>4.2.2.Final</version.richfaces>
+        <version.arquillian_core>1.0.0.Final</version.arquillian_core>
 
 
                <!-- ***************** -->
@@ -79,7 +79,7 @@
             <dependency>
                 <groupId>org.richfaces</groupId>
                 <artifactId>richfaces-bom</artifactId>
-                <version>4.2.2.Final</version>
+                <version>${version.richfaces}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml      2012-05-21 11:03:48 UTC 
(rev 14709)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml      2012-05-21 11:04:12 UTC 
(rev 14710)
@@ -37,7 +37,7 @@
                        
                        <plugin>
                                <artifactId>maven-antrun-plugin</artifactId>
-                               <version>1.6</version>
+<!--                           <version>1.6</version> -->
                                <configuration>
                                        <target>
                                                <jar 
destfile="${project.build.directory}/${project.artifactId}-wls-compatible.jar">
@@ -340,12 +340,6 @@
                </dependency>
 
                <dependency>
-                       <groupId>org.jboss.seam.embedded</groupId>
-                       <artifactId>jboss-embedded-api</artifactId>
-                       <optional>true</optional>
-               </dependency>
-
-               <dependency>
                        <groupId>org.opensymphony.quartz</groupId>
                        <artifactId>quartz</artifactId>
                        <optional>true</optional>

Deleted: 
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/mock/EmbeddedBootstrap.java
===================================================================
--- 
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/mock/EmbeddedBootstrap.java
     2012-05-21 11:03:48 UTC (rev 14709)
+++ 
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/mock/EmbeddedBootstrap.java
     2012-05-21 11:04:12 UTC (rev 14710)
@@ -1,31 +0,0 @@
-package org.jboss.seam.mock;
-
-import org.jboss.embedded.Bootstrap;
-
-public class EmbeddedBootstrap
-{
-   
-   public void startAndDeployResources() throws Exception
-   {
-      Bootstrap bootstrap = Bootstrap.getInstance();
-      bootstrap.bootstrap();
-
-      if (resourceExists("seam.properties")) 
-      {
-         bootstrap.deployResourceBases("seam.properties");
-      }
-      if (resourceExists("META-INF/components.xml")) 
-      {
-         bootstrap.deployResourceBases("META-INF/components.xml");
-      }
-      if (resourceExists("META-INF/seam.properties")) 
-      {
-         bootstrap.deployResourceBases("META-INF/seam.properties");
-      }
-   }
-
-   private boolean resourceExists(String name)
-   {
-      return 
Thread.currentThread().getContextClassLoader().getResource(name)!=null;
-   }
-}

Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml   2012-05-21 11:03:48 UTC 
(rev 14709)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml   2012-05-21 11:04:12 UTC 
(rev 14710)
@@ -10,10 +10,6 @@
     <artifactId>jboss-seam-ui</artifactId>
     <name>Seam UI JSF2 support</name>
 
-    <properties>
-<!--         <version.richfaces>4.2.2.Final</version.richfaces> -->
-    </properties>
-
     <build>
         <!--           <finalName>jboss-seam-ui</finalName> -->
         <plugins>
@@ -33,6 +29,7 @@
                     <library>
                         <prefix>org.jboss.seam.ui</prefix>
                         <description>JSF controls for JBoss Seam</description>
+                        <!-- This is configured now in java-package.info file 
in UI component package -->
                         <!--                                           
<taglib> -->
                         <!--                                                   
<displayName>JBoss Seam UI</displayName> -->
                         <!--                                                   
<shortName>s</shortName> -->

Modified: 
branches/community/Seam_2_3/jboss-seam-wicket/src/main/java/org/jboss/seam/wicket/mock/SeamWicketTester.java
===================================================================
--- 
branches/community/Seam_2_3/jboss-seam-wicket/src/main/java/org/jboss/seam/wicket/mock/SeamWicketTester.java
        2012-05-21 11:03:48 UTC (rev 14709)
+++ 
branches/community/Seam_2_3/jboss-seam-wicket/src/main/java/org/jboss/seam/wicket/mock/SeamWicketTester.java
        2012-05-21 11:04:12 UTC (rev 14710)
@@ -19,7 +19,6 @@
 import org.jboss.seam.contexts.ServletLifecycle;
 import org.jboss.seam.core.Init;
 import org.jboss.seam.init.Initialization;
-import org.jboss.seam.mock.EmbeddedBootstrap;
 import org.jboss.seam.wicket.SeamWebApplication;
 
 
@@ -138,7 +137,7 @@
          }
       }
       ServletContext context = super.newServletContext(path);
-      startJbossEmbeddedIfNecessary();
+      //startJbossEmbeddedIfNecessary();
       ServletLifecycle.beginApplication(context);
       new Initialization(context).create().init();
       ((Init) 
context.getAttribute(Seam.getComponentName(Init.class))).setDebug(false);
@@ -159,33 +158,33 @@
    
    private static boolean started;
 
-   protected void startJbossEmbeddedIfNecessary() 
-   {
-      try 
-      {
-         if (!started && embeddedJBossAvailable())
-         {
-            new EmbeddedBootstrap().startAndDeployResources();
-         }
-         started = true;
-      }
-      catch (Exception exception)
-      {
-         throw new RuntimeException("Failure starting up Embedded 
Jboss",exception);
-      }
-   }
+//   protected void startJbossEmbeddedIfNecessary() 
+//   {
+//      try 
+//      {
+//         if (!started && embeddedJBossAvailable())
+//         {
+//            new EmbeddedBootstrap().startAndDeployResources();
+//         }
+//         started = true;
+//      }
+//      catch (Exception exception)
+//      {
+//         throw new RuntimeException("Failure starting up Embedded 
Jboss",exception);
+//      }
+//   }
+//
+//   private boolean embeddedJBossAvailable()
+//   {
+//      try
+//      {
+//         Class.forName("org.jboss.embedded.Bootstrap");
+//         return true;
+//      }
+//      catch (ClassNotFoundException e)
+//      {
+//         return false;
+//      }
+//   }
 
-   private boolean embeddedJBossAvailable()
-   {
-      try
-      {
-         Class.forName("org.jboss.embedded.Bootstrap");
-         return true;
-      }
-      catch (ClassNotFoundException e)
-      {
-         return false;
-      }
-   }
-
 }

Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-05-21 11:03:48 UTC (rev 14709)
+++ branches/community/Seam_2_3/pom.xml 2012-05-21 11:04:12 UTC (rev 14710)
@@ -54,6 +54,7 @@
                <version.emma>2.0.5312</version.emma>
                <version.jsf2>2.1.7</version.jsf2>
                <version.junit>4.8.2</version.junit>
+               <version.richfaces>4.2.2.Final</version.richfaces>
 
                <!-- ***************** -->
                <!-- Repository Deployment URLs -->
@@ -77,104 +78,6 @@
                                <scope>import</scope>
                        </dependency>
 
-            <!-- All Seam modules -->
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>distribution</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>seam-reference-guide</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam</artifactId>
-                               <version>${project.version}</version>
-                               <type>ejb</type>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-gen</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-ioc</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-mail</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-pdf</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-remoting</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-resteasy</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-ui</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-debug</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-jul</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-flex</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-excel</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-rss</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>jboss-seam-wicket</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-
             <!-- thirdparty dependencies -->
                        <dependency>
                                <groupId>antlr</groupId>
@@ -201,40 +104,7 @@
                                <version>1.7.0</version>
                        </dependency>
 
-                       <dependency>
-                               <groupId>org.jbpm.jbpm3</groupId>
-                               <artifactId>jbpm-jpdl</artifactId>
-                               <version>3.2.10.SP3_seam2</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>org.hibernate</groupId>
-                                               
<artifactId>hibernate-core</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
 
-                       <dependency>
-                               <groupId>jboss</groupId>
-                               <artifactId>jboss-cache</artifactId>
-                               <version>1.4.1.SP9</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>net.sf.ehcache</groupId>
-                               <artifactId>ehcache</artifactId>
-                               <version>1.2.3</version>
-                               <exclusions>
-                                       <exclusion>
-                                               
<groupId>commons-collections</groupId>
-                                               
<artifactId>commons-collections</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>commons-logging</groupId>
-                                               
<artifactId>commons-logging</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
                        <!-- You should adjust this in the initcore task in 
build.xml as well -->
                        <dependency>
                                <groupId>org.jboss.cache</groupId>
@@ -259,128 +129,6 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>org.jboss.resteasy</groupId>
-                               <artifactId>resteasy-jaxrs</artifactId>
-                               <version>${version.resteasy}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>commons-codec</groupId>
-                                               
<artifactId>commons-codec</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>com.sun.xml.bind</groupId>
-                                               
<artifactId>jaxb-impl</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>javax.annotation</groupId>
-                                               
<artifactId>jsr250-api</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>commons-httpclient</groupId>
-                                               
<artifactId>commons-httpclient</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>tjws</groupId>
-                                               
<artifactId>webserver</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.scannotation</groupId>
-                                               
<artifactId>scannotation</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>org.slf4j</groupId>
-                                               
<artifactId>slf4j-api</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>org.slf4j</groupId>
-                                               
<artifactId>slf4j-simple</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.apache.httpcomponents</groupId>
-                                               
<artifactId>httpclient</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.resteasy</groupId>
-                               <artifactId>resteasy-jaxb-provider</artifactId>
-                               <version>${version.resteasy}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               
<groupId>com.sun.xml.bind</groupId>
-                                               
<artifactId>jaxb-impl</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>com.sun.xml.stream</groupId>
-                                               <artifactId>sjsxp</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.resteasy</groupId>
-                               
<artifactId>resteasy-jettison-provider</artifactId>
-                               <version>${version.resteasy}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.resteasy</groupId>
-                               <artifactId>resteasy-atom-provider</artifactId>
-                               <version>${version.resteasy}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>org.slf4j</groupId>
-                                               
<artifactId>jcl-over-slf4j</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>net.jcip</groupId>
-                                               
<artifactId>jcip-annotations</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <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>
-                               <groupId>commons-io</groupId>
-                               <artifactId>commons-io</artifactId>
-                               <version>1.3.1</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>commons-lang</groupId>
-                               <artifactId>commons-lang</artifactId>
-                               <version>2.3</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>commons-codec</groupId>
-                               <artifactId>commons-codec</artifactId>
-                               <version>1.2</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>commons-httpclient</groupId>
-                               <artifactId>commons-httpclient</artifactId>
-                               <version>3.1-jbossorg-1</version>
-                       </dependency>   
-
-                       <dependency>
                                <groupId>jboss</groupId>
                                <artifactId>jbossxb</artifactId>
                                <version>1.0.0.CR8</version>
@@ -441,44 +189,7 @@
                 <version>4.2.3.GA</version>
             </dependency>
             
-                       <!-- Excel export module dependency -->
                        <dependency>
-                               <groupId>net.sourceforge.jexcelapi</groupId>
-                               <artifactId>jxl</artifactId>
-                               <version>2.6.8-seam</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>log4j</groupId>
-                                               <artifactId>log4j</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>net.sourceforge.yarfraw</groupId>
-                               <artifactId>yarfraw</artifactId>
-                               <version>0.92</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>javax.xml</groupId>
-                                               
<artifactId>jaxb-api</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>com.sun.xml.bind</groupId>
-                                               
<artifactId>jaxb-impl</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>commons-logging</groupId>
-                                               
<artifactId>commons-logging</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>commons-codec</groupId>
-                                               
<artifactId>commons-codec</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
                                <groupId>javassist</groupId>
                                <artifactId>javassist</artifactId>
                                <version>3.12.0.GA</version>
@@ -514,306 +225,14 @@
                                <version>1.0</version>
                        </dependency>
 
-                       <dependency>
-                               <groupId>org.codehaus.groovy</groupId>
-                               <artifactId>groovy-all</artifactId>
-                               <version>1.5.4</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>
-                                       <exclusion>
-                                               <groupId>jline</groupId>
-                                               <artifactId>jline</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
 
                        <dependency>
-                               <groupId>log4j</groupId>
-                               <artifactId>log4j</artifactId>
-                               <version>1.2.14</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.drools</groupId>
-                               <artifactId>drools-core</artifactId>
-                               <version>${version.drools}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>junit</groupId>
-                                               <artifactId>junit</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>xpp3</groupId>
-                                               <artifactId>xpp3</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>com.thoughtworks.xstream</groupId>
-                                               <artifactId>xstream</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.drools</groupId>
-                               <artifactId>drools-decisiontables</artifactId>
-                               <version>${version.drools}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>jexcelapi</groupId>
-                                               <artifactId>jxl</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-                       
-                       <dependency>
-                               <groupId>org.drools</groupId>
-                               <artifactId>drools-api</artifactId>
-                               <version>${version.drools}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.drools</groupId>
-                               <artifactId>drools-templates</artifactId>
-                               <version>${version.drools}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.drools</groupId>
-                               <artifactId>drools-compiler</artifactId>
-                               <version>${version.drools}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>junit</groupId>
-                                               <artifactId>junit</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>xpp3</groupId>
-                                               <artifactId>xpp3</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>com.thoughtworks.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>
-                               <groupId>org.jboss.el</groupId>
-                               <artifactId>jboss-el</artifactId>
-                               <version>1.0_02.CR6</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.jboss.seam.embedded</groupId>
-                               <artifactId>jboss-embedded-api</artifactId>
-                               <version>${version.jbossembedded}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.opensymphony.quartz</groupId>
-                               <artifactId>quartz</artifactId>
-                               <version>1.6.5</version>
-                       </dependency>
-
-
-                       <dependency>
-                               <groupId>com.google.code.guice</groupId>
-                               <artifactId>guice</artifactId>
-                               <version>1.0</version>
-                       </dependency>
-
-                       <dependency>
                                <groupId>cglib</groupId>
                                <artifactId>cglib-nodep</artifactId>
                                <version>2.2</version>
                        </dependency>
 
-
-<!--                   <dependency>
-                               <groupId>jboss.jboss-aop</groupId>
-                               <artifactId>jboss-aop</artifactId>
-                               <version>1.5.0.GA</version>
-                       </dependency>
--->
                        <dependency>
-                               <groupId>com.adobe.blazeds</groupId>
-                               <artifactId>blazeds-common</artifactId>
-                               <version>3.2.0.3978</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>com.adobe.blazeds</groupId>
-                               <artifactId>blazeds-proxy</artifactId>
-                               <version>3.2.0.3978</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>com.adobe.blazeds</groupId>
-                               <artifactId>blazeds-core</artifactId>
-                               <version>3.2.0.3978</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>com.adobe.blazeds</groupId>
-                               <artifactId>blazeds-remoting</artifactId>
-                               <version>3.2.0.3978</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>com.lowagie</groupId>
-                               <artifactId>itext</artifactId>
-                               <version>2.1.2</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>junit</groupId>
-                                               <artifactId>junit</artifactId>
-                                       </exclusion>
-
-                                       <exclusion>
-                                               <groupId>bouncycastle</groupId>
-                                               
<artifactId>bcmail-jdk14</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>bouncycastle</groupId>
-                                               
<artifactId>bcprov-jdk14</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>com.lowagie</groupId>
-                               <artifactId>itext-rtf</artifactId>
-                               <version>2.1.2</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>junit</groupId>
-                                               <artifactId>junit</artifactId>
-                                       </exclusion>
-
-                                       <exclusion>
-                                               <groupId>bouncycastle</groupId>
-                                               
<artifactId>bcmail-jdk14</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>bouncycastle</groupId>
-                                               
<artifactId>bcprov-jdk14</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>jfree</groupId>
-                               <artifactId>jfreechart</artifactId>
-                               <version>1.0.13</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>junit</groupId>
-                                               <artifactId>junit</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.openid4java</groupId>
-                               <artifactId>openid4java-consumer</artifactId>
-                               <version>0.9.6</version>
-                               <type>pom</type>
-                       </dependency>
-                       
-                       <dependency>
-                               <groupId>com.google.gwt</groupId>
-                               <artifactId>gwt-servlet</artifactId>
-                               <version>1.5.2</version>
-                       </dependency>
-                       
-                       <dependency>
-                               <groupId>com.google.gwt</groupId>
-                               <artifactId>gwt-user</artifactId>
-                               <version>1.5.2</version>
-                       </dependency>
-
-                       <dependency>
                                <groupId>dom4j</groupId>
                                <artifactId>dom4j</artifactId>
                                <version>1.6.1-brew</version>
@@ -831,121 +250,8 @@
                                <version>2.0b4</version>
                        </dependency>
 
-                       <dependency>
-                               <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>
 
                        <dependency>
-                               <groupId>org.dbunit</groupId>
-                               <artifactId>dbunit</artifactId>
-                               <version>2.2</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>junit</groupId>
-                                               <artifactId>junit</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>junit-addons</groupId>
-                                               
<artifactId>junit-addons</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>poi</groupId>
-                                               <artifactId>poi</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>junit</groupId>
-                                               <artifactId>junit</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>commons-collections</groupId>
-                                               
<artifactId>commons-collections</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>commons-logging</groupId>
-                                               
<artifactId>commons-logging</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>commons-lang</groupId>
-                                               
<artifactId>commons-lang</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket</artifactId>
-                               <version>${version.wicket}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>cglib</groupId>
-                                               
<artifactId>cglib-nodep</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>asm</groupId>
-                                               <artifactId>asm</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-ioc</artifactId>
-                               <version>${version.wicket}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>cglib</groupId>
-                                               
<artifactId>cglib-nodep</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>asm</groupId>
-                                               <artifactId>asm</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>commons-collections</groupId>
-                                               
<artifactId>commons-collections</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-extensions</artifactId>
-                               <version>${version.wicket}</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>cglib</groupId>
-                                               
<artifactId>cglib-nodep</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               <groupId>asm</groupId>
-                                               <artifactId>asm</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>commons-collections</groupId>
-                                               
<artifactId>commons-collections</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-datetime</artifactId>
-                               <version>${version.wicket}</version>
-                       </dependency>
-
-                       <dependency>
                                <groupId>org.hibernate</groupId>
                                <artifactId>hibernate-tools</artifactId>
                                <version>3.2.4.GA</version>
@@ -1055,49 +361,12 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>org.jboss.seam</groupId>
-                               <artifactId>functional-tests</artifactId>
-                               <version>${project.version}</version>
-                               <scope>test</scope>
-                       </dependency>                   
-                       
-                       <dependency>
-                               <groupId>commons-digester</groupId>
-                               <artifactId>commons-digester</artifactId>
-                               <version>2.1</version>
-                       </dependency>
-                       
-                       <dependency>
                                <groupId>org.eclipse.jdt</groupId>
                                <artifactId>core</artifactId>
                                <version>3.4.2.v_883_R34x</version>
                        </dependency>
                        
                        <dependency>
-                               <groupId>commons-fileupload</groupId>
-                               <artifactId>commons-fileupload</artifactId>
-                               <version>1.2.1</version>
-                       </dependency>                   
-
-                       <dependency>
-                               <groupId>org.codehaus.jettison</groupId>
-                               <artifactId>jettison</artifactId>
-                               <version>1.1</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>stax</groupId>
-                                               
<artifactId>stax-api</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>                   
-
-                       <dependency>
-                               <groupId>com.sun.faces</groupId>
-                               <artifactId>jsf-impl</artifactId>
-                               <version>${version.jsf2}</version>
-                       </dependency>                      
-
-                       <dependency>
                                <groupId>org.jboss.as</groupId>
                                
<artifactId>jboss-as-arquillian-container-managed</artifactId>
                                <version>${version.jbossas7}</version>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to