From e59fe16c0d611e45b91f2966b6b60f85838c5373 Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:38:20 +0000 Subject: [PATCH] Remove istack-commons-runtime exclusion from POM The tests all still pass, and the example app starts and runs and the HTTP endpoints all work. --- dropwizard-jaxws/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dropwizard-jaxws/pom.xml b/dropwizard-jaxws/pom.xml index 119f06e..cf2d2f0 100644 --- a/dropwizard-jaxws/pom.xml +++ b/dropwizard-jaxws/pom.xml @@ -37,15 +37,6 @@ org.apache.cxf cxf-rt-frontend-jaxws ${cxf.version} - - - - - com.sun.istack - istack-commons-runtime - -