File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <groupId >io.github.dfa1.vortex</groupId >
6+ <artifactId >vortex-java</artifactId >
7+ <version >0.1.0</version >
8+ </parent >
9+
10+ <artifactId >jdbc</artifactId >
11+
12+ <dependencies >
13+ <dependency >
14+ <groupId >io.github.dfa1.vortex</groupId >
15+ <artifactId >reader</artifactId >
16+ </dependency >
17+ <dependency >
18+ <groupId >io.github.dfa1.vortex</groupId >
19+ <artifactId >writer</artifactId >
20+ </dependency >
21+ <!-- testing -->
22+ <dependency >
23+ <groupId >org.junit.jupiter</groupId >
24+ <artifactId >junit-jupiter</artifactId >
25+ <scope >test</scope >
26+ </dependency >
27+ <dependency >
28+ <groupId >org.assertj</groupId >
29+ <artifactId >assertj-core</artifactId >
30+ <scope >test</scope >
31+ </dependency >
32+ <dependency >
33+ <groupId >com.h2database</groupId >
34+ <artifactId >h2</artifactId >
35+ <scope >test</scope >
36+ </dependency >
37+ </dependencies >
38+ </project >
You can’t perform that action at this time.
0 commit comments