Skip to content

Commit 27a0a25

Browse files
author
Ferenc Hammerl
committed
Add postgres dependencies
1 parent f7e24b2 commit 27a0a25

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<artifactId>spring-boot-starter-test</artifactId>
3030
<scope>test</scope>
3131
</dependency>
32+
33+
<dependency>
34+
<groupId>org.springframework.boot</groupId>
35+
<artifactId>spring-boot-starter-data-jpa</artifactId>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.postgresql</groupId>
39+
<artifactId>postgresql</artifactId>
40+
<scope>runtime</scope>
41+
</dependency>
3242
</dependencies>
3343

3444
<build>

0 commit comments

Comments
 (0)