<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>sql-logic-test</artifactId>
<version>0.3</version>
</dependency>
<parent> <groupId>net.hydromatic</groupId> <artifactId>parent</artifactId> <version>0.1</version> </parent>
compile
|-- org.checkerframework:checker-qual:3.35.0
|-- org.reflections:reflections:0.10.2
runtime
|-- org.postgresql:postgresql:42.6.0
test
|-- org.junit.jupiter:junit-jupiter-api:5.9.3