mirror of
https://github.com/guilhermewerner/java-spark
synced 2025-06-21 06:14:36 +00:00
Setup postgresql connection
This commit is contained in:
5
pom.xml
5
pom.xml
@ -14,5 +14,10 @@
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.7.21</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.2.16</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user