Author: manaRH
Date: 2010-08-31 08:53:46 -0400 (Tue, 31 Aug 2010)
New Revision: 13677

Modified:
   branches/enterprise/JBPAPP_5_0/build/core.pom.xml
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-4970

Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml   2010-08-31 11:42:04 UTC 
(rev 13676)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml   2010-08-31 12:53:46 UTC 
(rev 13677)
@@ -300,12 +300,6 @@
        <artifactId>concurrent</artifactId>
        <optional>true</optional>
     </dependency>
-
-    <dependency>
-       <groupId>hsqldb</groupId>
-       <artifactId>hsqldb</artifactId>
-       <optional>true</optional>
-    </dependency>
     
     <dependency>
        <groupId>org.jboss</groupId>

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2010-08-31 11:42:04 UTC 
(rev 13676)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml   2010-08-31 12:53:46 UTC 
(rev 13677)
@@ -397,6 +397,10 @@
                                                <groupId>org.slf4j</groupId>
                                                
<artifactId>slf4j-api</artifactId>
                                        </exclusion>
+                                       <exclusion>
+                                          <groupId>hsqldb</groupId>
+                                          <artifactId>hsqldb</artifactId>
+                                       </exclusion>
                                </exclusions>
                        </dependency>
 
@@ -421,6 +425,10 @@
                         <groupId>javax.transaction</groupId>
                         <artifactId>jta</artifactId>
                     </exclusion>
+                               <exclusion>
+                                          <groupId>hsqldb</groupId>
+                                          <artifactId>hsqldb</artifactId>
+                                       </exclusion>
                        </exclusions>
                        </dependency>
 
@@ -449,6 +457,10 @@
                         <groupId>javax.transaction</groupId>
                         <artifactId>jta</artifactId>
                     </exclusion>
+                                       <exclusion>
+                                          <groupId>hsqldb</groupId>
+                                          <artifactId>hsqldb</artifactId>
+                                       </exclusion>
                 </exclusions>
                        </dependency>
 
@@ -1203,12 +1215,6 @@
                        </dependency>
 
                        <dependency>
-                               <groupId>hsqldb</groupId>
-                               <artifactId>hsqldb</artifactId>
-                               <version>1.8.0.8.patch03-brew</version>
-                       </dependency>
-
-                       <dependency>
                                <groupId>org.eclipse.equinox</groupId>
                                <artifactId>common</artifactId>
                                <version>3.2.0-v20060603</version>

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

Reply via email to