Skip to content

Commit

Permalink
Remove support for pgraster, follow suite with removal upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Jan 27, 2025
1 parent 0f357a3 commit e0b1990
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 86 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Only a curated selection of the extensive [GeoServer extensions](http://geoserve
* Cloud Optimized GeoTIFF
* Pre-generalized Features
* ImagePyramid
* PostGIS Raster
* **Output Formats**:
* WFS FlatGeobuf
* WFS DXF
Expand Down
5 changes: 0 additions & 5 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -697,11 +697,6 @@
<artifactId>gs-authkey</artifactId>
<version>${gs.version}</version>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-pgraster</artifactId>
<version>${gs.version}</version>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-cog-core</artifactId>
Expand Down
6 changes: 1 addition & 5 deletions src/starters/raster-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<groupId>org.geotools</groupId>
<artifactId>gt-imagemosaic</artifactId>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-pgraster</artifactId>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-cog-core</artifactId>
Expand Down Expand Up @@ -64,7 +60,7 @@
<artifactId>sts</artifactId>
</dependency>
<dependency>
<!-- provided scope for pgraster's and cog autoconfiguration when in web-ui -->
<!-- provided scope for cog autoconfiguration when in web-ui -->
<groupId>org.geoserver.web</groupId>
<artifactId>gs-web-core</artifactId>
<scope>provided</scope>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Auto Configure
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.geoserver.cloud.autoconfigure.pgraster.PostgisRasterWebUIAutoConfiguration,\
org.geoserver.cloud.autoconfigure.cog.COGAutoConfiguration,\
org.geoserver.cloud.autoconfigure.cog.COGWebUIAutoConfiguration
org.geoserver.cloud.autoconfigure.cog.COGWebUIAutoConfiguration

This file was deleted.

0 comments on commit e0b1990

Please sign in to comment.