diff options
author | Thomas <> | 2022-01-09 16:54:19 +0100 |
---|---|---|
committer | Thomas <> | 2022-01-09 16:54:19 +0100 |
commit | b5980663a63b3c128a8714fe7c13339eaa0a2955 (patch) | |
tree | 1925491265aa19dcdb221be6ae05fdb4d700e533 /eaaf_core/pom.xml | |
parent | e3639ef805f1e525415c43cbda80ed71cc43a70c (diff) | |
download | EAAF-Components-b5980663a63b3c128a8714fe7c13339eaa0a2955.tar.gz EAAF-Components-b5980663a63b3c128a8714fe7c13339eaa0a2955.tar.bz2 EAAF-Components-b5980663a63b3c128a8714fe7c13339eaa0a2955.zip |
fix(core): change validation of loaded process-definitions to fix problem of circular-dependencies loading
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index a14c107b..a22c49fe 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -108,6 +108,12 @@ <scope>test</scope> <type>test-jar</type> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + </dependencies> <build> |