File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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>
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 >
You can’t perform that action at this time.
0 commit comments