summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-03-20 22:59:02 +0100
committerGitHub2023-03-20 22:59:02 +0100
commit7fe580733c1354ef8ea5a7071aeae6818a97f7cf (patch)
tree271dc83ad9f4f4e72250b396662db92f3e37bfbe /pom.xml
parenta8a5e1be8a8bc8a048106b608fa4f58d80a66444 (diff)
parentaad777b5e36238ef437210bd9ad3ea51c3274a45 (diff)
Merge pull request #12 from CCC-MF/issue_11
Übernahme des MTB-Protokolls in DNPM-Therapieplan - Protokollauszug
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>