diff options
Diffstat (limited to 'appc-config/appc-config-params/provider/pom.xml')
-rw-r--r-- | appc-config/appc-config-params/provider/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml index bc7fd1b58..76059ce7e 100644 --- a/appc-config/appc-config-params/provider/pom.xml +++ b/appc-config/appc-config-params/provider/pom.xml @@ -65,7 +65,7 @@ </exclusion> </exclusions> </dependency> -<dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> @@ -73,6 +73,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> + <version>2.8.11.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |