From e0be3a39b6bbeced1ee94b93b4dfcf40bc9acfbb Mon Sep 17 00:00:00 2001 From: michaelisvy <misvy@gopivotal,com> Date: Fri, 2 Oct 2015 15:51:56 +0800 Subject: [PATCH] added temporary fix for json-simple --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 3f2e357..2ffe282 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 --> -- GitLab