From 5ac2306084498687cedfdd2b7d6e435271fd2ed8 Mon Sep 17 00:00:00 2001 From: Lv Date: Wed, 16 Mar 2022 16:05:11 +0800 Subject: [PATCH] Add required dependency to use this library --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 183be8d..1575af1 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,18 @@ In order to include the lib and its dependencies in a Maven project, the reposit and the dependency tag for your pom is as follows: ```xml - - it.geosolutions - geoserver-manager - 1.7.0 - + + + it.geosolutions + geoserver-manager + 1.7.0 + + + org.slf4j + slf4j-api + 2.0.0-alpha6 + + ``` ### Direct Link to JAR If you are simply looking for the JAR to download and use you can find it [here](http://maven.geo-solutions.it/it/geosolutions/geoserver-manager/1.7.0/geoserver-manager-1.7.0.jar).