Skip to content

Commit fbc50ec

Browse files
committed
build: add jdbc to BOM
1 parent 042179f commit fbc50ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<artifactId>parquet</artifactId>
4343
<version>${project.version}</version>
4444
</dependency>
45+
<dependency>
46+
<groupId>io.github.dfa1.vortex</groupId>
47+
<artifactId>jdbc</artifactId>
48+
<version>${project.version}</version>
49+
</dependency>
4550
</dependencies>
4651
</dependencyManagement>
4752
</project>

0 commit comments

Comments
 (0)