Author: manaRH
Date: 2012-06-10 16:36:25 -0400 (Sun, 10 Jun 2012)
New Revision: 14894

Modified:
   branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml
   branches/enterprise/WFK-2_0/pom.xml
Log:
moved all seam-gen dep mgmt directly to jboss-seam-gen

Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml  2012-06-10 20:36:18 UTC 
(rev 14893)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/pom.xml  2012-06-10 20:36:25 UTC 
(rev 14894)
@@ -35,35 +35,75 @@
        </plugins>
    </build>
    <dependencies>
-
       <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-tools</artifactId>
+         <version>3.2.4.GA</version>
          <scope>runtime</scope>
       </dependency>
 
       <dependency>
          <groupId>freemarker</groupId>
          <artifactId>freemarker</artifactId>
+         <version>2.3.8</version>
          <scope>runtime</scope>
       </dependency>
       
       <dependency>
          <groupId>org.eclipse.core</groupId>
          <artifactId>runtime</artifactId>
+         <version>3.2.0-v20060603</version>
          <scope>runtime</scope>
+         <exclusions>
+            <exclusion>
+                <groupId>org.eclipse</groupId>
+                <artifactId>osgi</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.eclipse.core</groupId>
+                <artifactId>jobs</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>registry</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>preferences</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>common</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.eclipse.core</groupId>
+                <artifactId>contenttype</artifactId>
+            </exclusion>
+        </exclusions>
       </dependency>
       
       <dependency>
          <groupId>org.eclipse.equinox</groupId>
          <artifactId>common</artifactId>
+         <version>3.2.0-v20060603</version>
          <scope>runtime</scope>
       </dependency>
-      
+
       <dependency>
          <groupId>org.eclipse</groupId>
          <artifactId>text</artifactId>
          <scope>runtime</scope>
+         <version>3.2.0-v20060605-1400</version>
+        <exclusions>
+            <exclusion>
+                <groupId>org.eclipse.core</groupId>
+                <artifactId>commands</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>common</artifactId>
+            </exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>
@@ -89,9 +129,6 @@
         <scope>runtime</scope>
       </dependency>
    </dependencies>
-   <modules>
-   </modules>
-
     <profiles>
         <profile>
             <id>code-coverage</id>

Modified: branches/enterprise/WFK-2_0/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/pom.xml 2012-06-10 20:36:18 UTC (rev 14893)
+++ branches/enterprise/WFK-2_0/pom.xml 2012-06-10 20:36:25 UTC (rev 14894)
@@ -78,7 +78,6 @@
                                <version>2.7.6</version>
                        </dependency>
 
-
                        <dependency>
                                <groupId>org.apache.ant</groupId>
                                <artifactId>ant</artifactId>
@@ -98,25 +97,6 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>jgroups</groupId>
-                               <artifactId>jgroups</artifactId>
-                               <version>2.6.20.Final</version>
-                               <scope>provided</scope>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.hibernate</groupId>
-                               <artifactId>hibernate-tools</artifactId>
-                               <version>3.2.4.GA</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>freemarker</groupId>
-                               <artifactId>freemarker</artifactId>
-                               <version>2.3.8</version>
-                       </dependency>
-
-                       <dependency>
                                <groupId>oswego-concurrent</groupId>
                                <artifactId>concurrent</artifactId>
                                <version>1.3.4</version>
@@ -129,60 +109,6 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>org.eclipse.equinox</groupId>
-                               <artifactId>common</artifactId>
-                               <version>3.2.0-v20060603</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.eclipse.core</groupId>
-                               <artifactId>runtime</artifactId>
-                               <version>3.2.0-v20060603</version>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>org.eclipse</groupId>
-                                               <artifactId>osgi</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.eclipse.core</groupId>
-                                               <artifactId>jobs</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.eclipse.equinox</groupId>
-                                               
<artifactId>registry</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.eclipse.equinox</groupId>
-                                               
<artifactId>preferences</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.eclipse.equinox</groupId>
-                                               <artifactId>common</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.eclipse.core</groupId>
-                                               
<artifactId>contenttype</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.eclipse</groupId>
-                               <artifactId>text</artifactId>
-                               <version>3.2.0-v20060605-1400</version>
-                               <exclusions>
-                                       <exclusion>
-                                               
<groupId>org.eclipse.core</groupId>
-                                               
<artifactId>commands</artifactId>
-                                       </exclusion>
-                                       <exclusion>
-                                               
<groupId>org.eclipse.equinox</groupId>
-                                               <artifactId>common</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-
-                       <dependency>
                                <groupId>emma</groupId>
                                <artifactId>emma</artifactId>
                                <version>2.0.5312</version>
@@ -213,12 +139,6 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>org.eclipse.jdt</groupId>
-                               <artifactId>core</artifactId>
-                               <version>3.4.2.v_883_R34x</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