mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 06:39:38 +00:00
added temporary fix for json-simple
This commit is contained in:
parent
06be7eb5be
commit
e0be3a39b6
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
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 -->
|
||||
|
|
Loading…
Reference in a new issue