diff --git a/.github/workflows/artifacts.sh b/.github/workflows/artifacts.sh index 68777cd..5ee94e1 100644 --- a/.github/workflows/artifacts.sh +++ b/.github/workflows/artifacts.sh @@ -15,8 +15,6 @@ mkdir _tmp pushd _tmp unzip ../geoserver_vanilla.war -## get rid of clashing/outdated dependencies -rm -Rfv WEB-INF/lib/gs-sec-oauth2-core* ## copy the new ones cp -v ../geoserver-geonode-ext/libs/* WEB-INF/lib/ diff --git a/libs/gs-sec-oauth2-core-2.24-SNAPSHOT.jar b/libs/gs-sec-oauth2-core-2.24-SNAPSHOT.jar deleted file mode 100644 index d18dcc8..0000000 Binary files a/libs/gs-sec-oauth2-core-2.24-SNAPSHOT.jar and /dev/null differ