Skip to content

Commit 70464c8

Browse files
committed
Enable test sanitization in trino-parser
1 parent 0212b7d commit 70464c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/trino-parser/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
</dependency>
4646

4747
<!-- for testing -->
48+
<dependency>
49+
<groupId>io.trino</groupId>
50+
<artifactId>trino-testing-services</artifactId>
51+
<scope>test</scope>
52+
</dependency>
53+
4854
<dependency>
4955
<groupId>org.assertj</groupId>
5056
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)