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"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
5+ http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6+ <modelVersion >4.0.0</modelVersion >
7+
8+ <groupId >com.zetcode</groupId >
9+ <artifactId >asyncdb</artifactId >
10+ <version >1.0-SNAPSHOT</version >
11+
12+ <properties >
13+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14+ <maven .compiler.source>11</maven .compiler.source>
15+ <maven .compiler.target>11</maven .compiler.target>
16+ </properties >
17+
18+
19+ <dependencies >
20+ <dependency >
21+ <groupId >com.github.jasync-sql</groupId >
22+ <artifactId >jasync-postgresql</artifactId >
23+ <version >1.0.6</version >
24+ </dependency >
25+
26+ <dependency >
27+ <groupId >io.javalin</groupId >
28+ <artifactId >javalin</artifactId >
29+ <version >3.4.1</version >
30+ </dependency >
31+
32+ <dependency >
33+ <groupId >org.slf4j</groupId >
34+ <artifactId >slf4j-simple</artifactId >
35+ <version >1.7.26</version >
36+ </dependency >
37+
38+ </dependencies >
39+
40+ </project >
You can’t perform that action at this time.
0 commit comments