Skip to content

Commit

Permalink
GEOMESA-3397 Upgrade to GeoTools 32.0 and GeoServer 2.26.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz authored Oct 9, 2024
1 parent 4c9e100 commit d7a56a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build/run-geoserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ if [[ -n "$reset$geomesa_plugin" ]]; then
done
echo "y" | "$tools_dir/bin/install-dependencies.sh" "$gs_war/WEB-INF/lib/" 2>&1 \
| grep fetching | sed 's/fetching/Installing/'
if [[ -f "$tools_dir/bin/install-confluent-support.sh" ]]; then
echo "y" | "$tools_dir/bin/install-confluent-support.sh" "$gs_war/WEB-INF/lib/" 2>&1 \
| grep fetching | sed 's/fetching/Installing/'
fi
fi

# geomesa wfs plugin - requires a data store plugin to work
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@
<jdk.version>11</jdk.version>

<!-- bundled with geoserver -->
<gt.version>30.4</gt.version> <!-- make sure this tracks with gs, jts, spatial4j and ejml -->
<geoserver.version>2.24.4</geoserver.version>
<jts.version>1.19.0</jts.version> <!-- needs to track with gt/gs version -->
<gt.version>32.0</gt.version> <!-- make sure this tracks with gs, jts, spatial4j and ejml -->
<geoserver.version>2.26.0</geoserver.version>
<jts.version>1.20.0</jts.version> <!-- needs to track with gt/gs version -->
<spatial4j.version>0.8</spatial4j.version> <!-- needs to track with jts version -->

<guava.version>32.0.0-jre</guava.version>
<spring.version>5.3.27</spring.version>
<spring.security.version>5.7.10</spring.security.version>
Expand Down

0 comments on commit d7a56a4

Please sign in to comment.