added temporary fix for json-simple

This commit is contained in:
michaelisvy 2015-10-02 15:51:56 +08:00
parent 06be7eb5be
commit e0be3a39b6

View file

@ -260,6 +260,12 @@
<artifactId>datatables-export-itext</artifactId> <artifactId>datatables-export-itext</artifactId>
<version>${dandelion.version}</version> <version>${dandelion.version}</version>
</dependency> </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> </dependencies>
<!-- Maven plugin versions are mentioned in order to guarantee the build reproducibility in the long term --> <!-- Maven plugin versions are mentioned in order to guarantee the build reproducibility in the long term -->