diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-25 21:03:24 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-25 21:03:24 +0100 |
commit | 7b83b319fce24faf12a3d69db9ccce87d0dde4f6 (patch) | |
tree | a1772907af9e12feff748bc68062d0e89e1cea97 /build_reporting/pom.xml | |
parent | a378db97e9f14bfa81bd490186c065d77f5806c7 (diff) | |
parent | a3b7c488300b9b231959663bbd2dd96a4a452ec0 (diff) | |
download | EAAF-Components-7b83b319fce24faf12a3d69db9ccce87d0dde4f6.tar.gz EAAF-Components-7b83b319fce24faf12a3d69db9ccce87d0dde4f6.tar.bz2 EAAF-Components-7b83b319fce24faf12a3d69db9ccce87d0dde4f6.zip |
Merge branch 'feature/add_springboot_commons' into 'nightlyBuild'
Feature/add springboot commons
See merge request egiz/eaaf_components!8
Diffstat (limited to 'build_reporting/pom.xml')
-rw-r--r-- | build_reporting/pom.xml | 4 |
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> |