summaryrefslogtreecommitdiff
path: root/build_reporting
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-23 15:47:38 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-23 15:47:38 +0100
commitdb3d586b9937e8a556c499faa485a2d9e4a03f81 (patch)
treed7dbc6821d2b3499e26492690fb3536cffce4ce9 /build_reporting
parent04cec6a9aa085bba0736cc6d55cb6c8b4d54a0a0 (diff)
downloadEAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.tar.gz
EAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.tar.bz2
EAAF-Components-db3d586b9937e8a556c499faa485a2d9e4a03f81.zip
add new module that include common-code for SpringBoot applications
Diffstat (limited to 'build_reporting')
-rw-r--r--build_reporting/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml
index 5300ff74..8320fa29 100644
--- a/build_reporting/pom.xml
+++ b/build_reporting/pom.xml
@@ -45,6 +45,10 @@
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_module_pvp2_sp</artifactId>
</dependency>
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf-springboot-utils</artifactId>
+ </dependency>
</dependencies>
<build>