added dependency to POM

This commit is contained in:
Miriam Baglioni 2020-08-07 16:46:18 +02:00
parent 7e54b2189c
commit bcc70dce5e
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.7.2</version>
</dependency>
</dependencies>
</project>