Skip to content

Commit

Permalink
Restore netty.version for admin app as well as gateway
Browse files Browse the repository at this point in the history
Revert netty.version to the one used by Webflux for both admin and
gateway. `netty.version` is downgraded in the root pom to accomodate
to one that works for both the geoserver COG and gwc Azure Blobstore
extensions.
  • Loading branch information
groldan committed Oct 27, 2023
1 parent fec70a5 commit 8025690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/infrastructure/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<properties>
<dockerfile.skip>false</dockerfile.skip>
<docker.image.name>geoserver-cloud-gateway</docker.image.name>
<netty.version>4.1.94.Final</netty.version>
</properties>
<dependencies>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions src/apps/infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<module>gateway</module>
<module>admin</module>
</modules>
<properties>
<netty.version>4.1.94.Final</netty.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 8025690

Please sign in to comment.