This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c8c268  use the right derby version
3c8c268 is described below

commit 3c8c26824dece893fa58f9ac7e69569133f5ec5e
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Jul 30 15:40:28 2019 +0200

    use the right derby version
---
 src/test/resources/testsuite.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/testsuite.properties 
b/src/test/resources/testsuite.properties
index 09afe71..56d6e1b 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -121,7 +121,7 @@ derby.dataSource=org.apache.derby.jdbc.ClientDataSource
 derby.pool.url='jdbc\\\:derby\\\:${derby.dbName}\\;create\=true'
 derby.server=${orb.host}
 derby.driver=org.apache.derby.jdbc.ClientDriver
-derby.classes=${openejb.lib}/derbyclient-10.10.1.1.jar${pathsep}${ts.home}/lib/dbprocedures.jar
+derby.classes=${openejb.lib}/derbyclient-10.7.1.1.jar${pathsep}${ts.home}/lib/dbprocedures.jar
 derby.dml.file=%basedir%/src/test/sql/derby/derby.dml.sql
 derby.dbName=derbydb
 derby.passwd=cts

Reply via email to