Skip to content

Commit 54542de

Browse files
committed
pom update
1 parent 14e6447 commit 54542de

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

plugin/trino-hsqldb/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.trino</groupId>
77
<artifactId>trino-root</artifactId>
8-
<version>458-SNAPSHOT</version>
8+
<version>479-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.hsqldb</groupId>
4949
<artifactId>hsqldb</artifactId>
50-
<version>2.7.3</version>
50+
<version>2.7.4</version>
5151
</dependency>
5252

5353
<dependency>
@@ -128,10 +128,6 @@
128128
<type>test-jar</type>
129129
<scope>test</scope>
130130
</dependency>
131-
<dependency>
132-
<groupId>io.trino</groupId>
133-
<artifactId>trino-base-jdbc</artifactId>
134-
</dependency>
135131

136132
<dependency>
137133
<groupId>io.trino</groupId>

0 commit comments

Comments
 (0)