Fix import for JavaUtils
**Cherry-pick to `5.3.x`**
This commit is contained in:
@@ -18,7 +18,7 @@ package org.springframework.integration.ws.dsl;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
import org.springframework.integration.JavaUtils;
|
||||
import org.springframework.integration.util.JavaUtils;
|
||||
import org.springframework.integration.ws.MarshallingWebServiceOutboundGateway;
|
||||
import org.springframework.oxm.Marshaller;
|
||||
import org.springframework.oxm.Unmarshaller;
|
||||
|
||||
@@ -18,7 +18,7 @@ package org.springframework.integration.ws.dsl;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
import org.springframework.integration.JavaUtils;
|
||||
import org.springframework.integration.util.JavaUtils;
|
||||
import org.springframework.integration.ws.SimpleWebServiceOutboundGateway;
|
||||
import org.springframework.ws.WebServiceMessageFactory;
|
||||
import org.springframework.ws.client.core.FaultMessageResolver;
|
||||
|
||||
Reference in New Issue
Block a user