added database dependencies

This commit is contained in:
2024-05-24 22:44:42 +02:00
parent 6e4977ed4b
commit 0ac475a7d7

View File

@@ -32,6 +32,12 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
</dependency>
</dependencies> </dependencies>
<build> <build>