aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2022-10-23 21:47:13 +0200
committerGitHub <noreply@github.com>2022-10-23 21:47:13 +0200
commite20a3604ec7f279daab32f6c1c86b4bfc18bc8d3 (patch)
treeebe82001c2082dad2d4808df65e4f440af6c5e82
parent3df7309873a531c4ec6d17a4ab19fadc333cdb9f (diff)
parent7f2c0451b13b1e4e406fceae5cfda093f0c789b4 (diff)
downloadapache-velocity-engine-e20a3604ec7f279daab32f6c1c86b4bfc18bc8d3.tar.gz
Merge pull request #33 from sultan/cve
hsqldb 'jdk8' dependency classifier
-rw-r--r--velocity-engine-core/pom.xml2
1 files changed, 2 insertions, 0 deletions
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>