ATS-969 - The gson library was provided by tika parsers. Restoring it in the same project because some amps import it with a provided scope

This commit is contained in:
pzurek
2021-12-08 20:24:47 +01:00
parent c677fc8399
commit 90b4263caf

View File

@@ -269,6 +269,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>