From: Torsten Werner <twerner@debian.org>
Date: Tue, 15 Jun 2010 23:47:14 +0200
Subject: [PATCH] fix up jdbc4-testing

---
 jdbc4-testing/pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

--- a/project/hibernate-jdbc4-testing/pom.xml
+++ b/project/hibernate-jdbc4-testing/pom.xml
@@ -50,11 +50,14 @@
                     <source>1.6</source>
                     <target>1.6</target>
                     <compilerVersion>1.6</compilerVersion>
+<!-- not needed
                     <executable>${jdk16_home}/bin/javac</executable>
                     <fork>true</fork>
+-->
                     <verbose>true</verbose>
                 </configuration>
             </plugin>
+<!-- not needed
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
@@ -62,6 +65,7 @@
                     <jvm>${jdk16_home}/bin/java</jvm>
                 </configuration>
             </plugin>
+-->
         </plugins>
     </build>
 
