diff --git a/pom.xml b/pom.xml index 3f2e357ca12a1f8f96f2b3faac038c0366f7bdaf..2ffe282a0b90c7a66019a52bcc7c1caebb40b67c 100644 --- a/pom.xml +++ b/pom.xml @@ -260,6 +260,12 @@ <artifactId>datatables-export-itext</artifactId> <version>${dandelion.version}</version> </dependency> + <!-- temporary fix: below dependency should not be necessary as it is a transitive dependency. + For some reason we can't build the app unless it is a first level dependency --> + <dependency> + <groupId>com.googlecode.json-simple</groupId> + <artifactId>json-simple</artifactId> + </dependency> </dependencies> <!-- Maven plugin versions are mentioned in order to guarantee the build reproducibility in the long term -->