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

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f2c0451 hsqldb 'jdk8' dependency classifier
     new e20a3604 Merge pull request #33 from sultan/cve
7f2c0451 is described below

commit 7f2c0451b13b1e4e406fceae5cfda093f0c789b4
Author: Swell <[email protected]>
AuthorDate: Sun Oct 23 20:57:51 2022 +0200

    hsqldb 'jdk8' dependency classifier
---
 velocity-engine-core/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 1fab8a1e..8ec2e390 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -50,6 +50,7 @@
         <test.jdbc.driver.groupId>org.hsqldb</test.jdbc.driver.groupId>
         <test.jdbc.driver.artifactId>hsqldb</test.jdbc.driver.artifactId>
         <test.jdbc.driver.version>2.7.1</test.jdbc.driver.version>
+        <test.jdbc.driver.classifier>jdk8</test.jdbc.driver.classifier>
         
<test.jdbc.driver.className>org.hsqldb.jdbcDriver</test.jdbc.driver.className>
         <test.jdbc.uri>jdbc:hsqldb:.</test.jdbc.uri>
         <test.jdbc.login>sa</test.jdbc.login>
@@ -316,6 +317,7 @@
             <artifactId>${test.jdbc.driver.artifactId}</artifactId>
             <version>${test.jdbc.driver.version}</version>
             <scope>test</scope>
+            <classifier>${test.jdbc.driver.classifier}</classifier>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>

Reply via email to