summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-03-20 14:07:00 +0100
committerPaul-Christian Volkmer2023-03-20 22:29:19 +0100
commitef5c91a352788a2ad84afa18fa0c7cdadec70ed8 (patch)
treecc769f185bf6c29e02da79879cd396252eed38ad /pom.xml
parenta8a5e1be8a8bc8a048106b608fa4f58d80a66444 (diff)
Issue #11: Service und Spring Data JPA Repository für Systemeinstellungen
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c5bec8e..d47fce0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.springframework.data</groupId>
+ <artifactId>spring-data-jpa</artifactId>
+ <version>1.2.0.RELEASE</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.2</version>