[hibernate-commits] Hibernate SVN: r18752 - core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Feb 9 15:23:31 EST 2010


Author: stliu
Date: 2010-02-09 15:23:31 -0500 (Tue, 09 Feb 2010)
New Revision: 18752

Modified:
   core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml
Log:
clean up pom.xml, no code changed

Modified: core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml	2010-02-09 20:19:02 UTC (rev 18751)
+++ core/branches/Branch_3_3_2_GA_CP/cache-jbosscache2/pom.xml	2010-02-09 20:23:31 UTC (rev 18752)
@@ -35,12 +35,6 @@
             <version>${version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-            <version>1.8.0.2</version>
-            <scope>test</scope>
-        </dependency>
         <!-- this is optional on core :( and needed for testing -->
         <dependency>
             <groupId>cglib</groupId>
@@ -55,31 +49,9 @@
     </dependencies>
 
     <build>
-        <testResources>
-            <testResource>
-                <filtering>false</filtering>
-                <directory>src/test/java</directory>
-                <includes>
-                    <include>**/*.xml</include>
-                </includes>
-            </testResource>
-            <testResource>
-                <filtering>true</filtering>
-                <directory>src/test/resources</directory>
-            </testResource>
-        </testResources>
-        
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <excludes>
@@ -88,10 +60,6 @@
                     </excludes>
                     <systemProperties>
                         <property>
-                            <name>hibernate.test.validatefailureexpected</name>
-                            <value>true</value>
-                        </property>
-                        <property>
                             <name>jgroups.bind_addr</name>
                             <value>${jgroups.bind_addr}</value>
                         </property>



More information about the hibernate-commits mailing list