added dependency to pom

This commit is contained in:
Miriam Baglioni 2020-06-18 11:34:47 +02:00
parent a118b66858
commit 3953f56bd3
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
</dependencies>