diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt b/geode-assembly/src/integrationTest/resources/assembly_content.txt index 3f2512388de..f7d219b8624 100644 --- a/geode-assembly/src/integrationTest/resources/assembly_content.txt +++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt @@ -1066,6 +1066,7 @@ lib/spring-jcl-5.3.21.jar lib/spring-shell-1.2.0.RELEASE.jar lib/spring-web-5.3.21.jar lib/swagger-annotations-2.2.1.jar +lib/byte-buddy-1.14.9.jar tools/Extensions/geode-web-0.0.0.war tools/Extensions/geode-web-api-0.0.0.war tools/Extensions/geode-web-management-0.0.0.war diff --git a/geode-assembly/src/integrationTest/resources/expected_jars.txt b/geode-assembly/src/integrationTest/resources/expected_jars.txt index cdd374a6d78..674930cfddd 100644 --- a/geode-assembly/src/integrationTest/resources/expected_jars.txt +++ b/geode-assembly/src/integrationTest/resources/expected_jars.txt @@ -119,3 +119,4 @@ swagger-core swagger-models swagger-ui webjars-locator-core +byte-buddy \ No newline at end of file diff --git a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt index b85455fb29d..5abf7927f73 100644 --- a/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt +++ b/geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt @@ -90,3 +90,4 @@ jetty-http-9.4.57.v20241219.jar jetty-io-9.4.57.v20241219.jar jetty-util-ajax-9.4.57.v20241219.jar jetty-util-9.4.57.v20241219.jar +byte-buddy-1.14.9.jar