Skip to content

Commit a102c0e

Browse files
dfa1claude
andcommitted
build: add jdbc module and BOM entry
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent fbc50ec commit a102c0e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<module>reader</module>
4343
<module>writer</module>
4444
<module>csv</module>
45+
<module>jdbc</module>
4546
<module>parquet</module>
4647
<module>bom</module>
4748
<module>cli</module>
@@ -59,6 +60,7 @@
5960
<protobuf.version>4.35.0</protobuf.version>
6061
<fastcsv.version>3.6.0</fastcsv.version>
6162
<hardwood.version>1.0.0.CR1</hardwood.version>
63+
<h2.version>2.3.232</h2.version>
6264
<!-- testing -->
6365
<junit.version>5.11.4</junit.version>
6466
<assertj.version>3.27.7</assertj.version>
@@ -96,6 +98,17 @@
9698
<artifactId>csv</artifactId>
9799
<version>${project.version}</version>
98100
</dependency>
101+
<dependency>
102+
<groupId>io.github.dfa1.vortex</groupId>
103+
<artifactId>jdbc</artifactId>
104+
<version>${project.version}</version>
105+
</dependency>
106+
<dependency>
107+
<groupId>com.h2database</groupId>
108+
<artifactId>h2</artifactId>
109+
<version>${h2.version}</version>
110+
<scope>test</scope>
111+
</dependency>
99112
<dependency>
100113
<groupId>io.github.dfa1.vortex</groupId>
101114
<artifactId>parquet</artifactId>

0 commit comments

Comments
 (0)