From 1c9178997dd15d65b5f84b4870b3e54caa30ff61 Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Sat, 17 Apr 2021 00:24:12 +0000
Subject: [PATCH] WIP: Springboot

---
 borgbutler-server/build.gradle |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/borgbutler-server/build.gradle b/borgbutler-server/build.gradle
index 470ee6f..49922c7 100644
--- a/borgbutler-server/build.gradle
+++ b/borgbutler-server/build.gradle
@@ -25,6 +25,8 @@
 
     // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
     implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.4.5'
+    implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.12.3'
+
     implementation 'io.github.microutils:kotlin-logging-jvm:2.0.6'
 
     // https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient

--
Gitblit v1.10.0