Skip to content

Commit

Permalink
Adding db driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Nov 13, 2020
1 parent 0e69a76 commit 64cc361
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.18</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
Expand Down Expand Up @@ -134,4 +139,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 64cc361

Please sign in to comment.