Author: tfischer
Date: Thu Apr 20 00:54:00 2006
New Revision: 395527
URL: http://svn.apache.org/viewcvs?rev=395527&view=rev
Log:
removed the jndi and jdbc dependencies for the moment. They clash with fork
mode pertest for java 1.5
Modified:
db/torque/runtime/trunk/pom.xml
Modified: db/torque/runtime/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/pom.xml?rev=395527&r1=395526&r2=395527&view=diff
==============================================================================
--- db/torque/runtime/trunk/pom.xml (original)
+++ db/torque/runtime/trunk/pom.xml Thu Apr 20 00:54:00 2006
@@ -77,17 +77,17 @@
<version>20030822.182132</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>javax.sql</groupId>
<artifactId>jdbc-stdext</artifactId>
<version>2.0</version>
- </dependency>
+ </dependency-->
- <dependency>
+ <!--dependency>
<groupId>javax.naming</groupId>
<artifactId>jndi</artifactId>
<version>1.2.1</version>
- </dependency>
+ </dependency-->
<dependency>
<groupId>village</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]