how to exclude httpinvoker package from spring-framework/spring-web/src/main/java/org/springframework/remoting/httpinvoker/ at runtime in jboss

397 views Asked by At

How to exclude httpinvoker package spring-web at runtime in jboss server ?

In the sonatype scan found the one issue about the httpinvoker package, instead of httpinvoker we created new code to make call. so we need to exclude the same package from the spring-web

0

There are 0 answers