added missing libraries

This commit is contained in:
2019-03-16 12:44:23 +01:00
parent b49fb0e19d
commit cdc5a2ae8c

View File

@ -49,7 +49,6 @@
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.9.8</version> <version>2.9.8</version>
<scope>test</scope>
<type>jar</type> <type>jar</type>
</dependency> </dependency>
</dependencies> </dependencies>