This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch remove-ogcapi
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/remove-ogcapi by this push:
new 8806c78a Fix version property
8806c78a is described below
commit 8806c78a8dd0f1ce076b191bec99169ae3c0c70c
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Oct 24 11:37:40 2023 +0200
Fix version property
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index cc56f716..7f0f308d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@ limitations under the License.
<version.lib.ipresource>1.52</version.lib.ipresource>
<version.lib.jackson>2.13.0</version.lib.jackson>
<version.lib.jakarta>2.1.6</version.lib.jakarta>
+ <version.lib.jersey>2.37</version.lib.jersey>
<version.lib.jmh>1.35</version.lib.jmh>
<version.lib.jsqlparser>4.7</version.lib.jsqlparser>
<version.lib.jts>1.19.0</version.lib.jts>