Skip to content
Snippets Groups Projects
Commit e0be3a39 authored by michaelisvy's avatar michaelisvy
Browse files

added temporary fix for json-simple

parent 06be7eb5
No related branches found
No related tags found
No related merge requests found
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment