From db3d586b9937e8a556c499faa485a2d9e4a03f81 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 23 Dec 2020 15:47:38 +0100 Subject: add new module that include common-code for SpringBoot applications --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 585310ce..88b17165 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 1.34.0 + 2.3.7.RELEASE 5.2.8.RELEASE 3.4.5 2.2.0 @@ -55,6 +56,7 @@ 1.67 1.7.30 + 1.2.3 1.15 3.11 1.9 @@ -208,6 +210,7 @@ eaaf_core eaaf_modules build_reporting + eaaf-springboot-utils @@ -252,6 +255,12 @@ eaaf_module_pvp2_sp ${egiz.eaaf.version} + + at.gv.egiz.eaaf + eaaf-springboot-utils + ${egiz.eaaf.version} + + at.gv.egiz.components @@ -406,6 +415,16 @@ commons-io ${commons-io.version} + + org.springframework.boot + spring-boot-starter-web + ${spring-boot-starter-web.version} + + + org.springframework.boot + spring-boot-configuration-processor + ${spring-boot-starter-web.version} + org.springframework spring-webmvc @@ -421,6 +440,11 @@ slf4j-log4j12 ${org.slf4j.version} + + ch.qos.logback + logback-access + ${ch.qos.logback-access.version} + commons-codec commons-codec -- cgit v1.2.3