Author: gk
Date: Mon Dec 20 13:38:06 2021
New Revision: 1896190
URL: http://svn.apache.org/viewvc?rev=1896190&view=rev
Log:
update mysql.version to 8.0.27 (path from 22), torque.test.log4j2.version to
2.16.0 (minor from 14.1)
and torque.test.testcontainer.version: 1.16.2 (minor from 14.3)
- remove unused ant:if/unless namespaced declarations
Modified:
db/torque/trunk/torque-test/pom.xml
Modified: db/torque/trunk/torque-test/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/torque-test/pom.xml?rev=1896190&r1=1896189&r2=1896190&view=diff
==============================================================================
--- db/torque/trunk/torque-test/pom.xml (original)
+++ db/torque/trunk/torque-test/pom.xml Mon Dec 20 13:38:06 2021
@@ -53,12 +53,12 @@
<torque.test.derby.version>10.15.2.0</torque.test.derby.version>
<torque.test.hsqldb.version>2.5.1</torque.test.hsqldb.version><!--
2.5.1 as of june 2020 -->
<torque.test.mssql.version>1.2.7</torque.test.mssql.version>
- <torque.test.mysql.version>8.0.22</torque.test.mysql.version><!--
5.1.48 -->
- <torque.test.log4j2.version>2.14.1</torque.test.log4j2.version>
+ <torque.test.mysql.version>8.0.27</torque.test.mysql.version><!--
5.1.48 -->
+ <torque.test.log4j2.version>2.16.0</torque.test.log4j2.version>
<torque.test.oracle.version>10.2.0.4.0</torque.test.oracle.version>
<torque.test.postgres.jdbc.version>42.2.14</torque.test.postgres.jdbc.version><!--
9.1-901.jdbc4, -->
<torque.test.postgres.version>13.1</torque.test.postgres.version>
-
<torque.test.testcontainer.version>1.14.3</torque.test.testcontainer.version>
+
<torque.test.testcontainer.version>1.16.2</torque.test.testcontainer.version>
<!-- -->
<torque.test.idmethod>native</torque.test.idmethod>
</properties>
@@ -233,7 +233,7 @@
<id>test-database-filled</id>
<phase>generate-sources</phase>
<configuration>
- <target xmlns:if="ant:if"
xmlns:unless="ant:unless">
+ <target>
<sql driver="${torque.driver}"
url="${torque.database.url}" userid="${torque.database.user}"
password="${torque.database.password}" errorproperty="cannot.access.book.table"
failOnConnectionError="false" onerror="continue">
select count(*) from book;
</sql>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]