diff options
| author | Paul-Christian Volkmer | 2023-03-20 14:07:00 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-03-20 22:29:19 +0100 |
| commit | ef5c91a352788a2ad84afa18fa0c7cdadec70ed8 (patch) | |
| tree | cc769f185bf6c29e02da79879cd396252eed38ad /pom.xml | |
| parent | a8a5e1be8a8bc8a048106b608fa4f58d80a66444 (diff) | |
Issue #11: Service und Spring Data JPA Repository für Systemeinstellungen
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
