Fix import for JavaUtils

**Cherry-pick to `5.3.x`**
This commit is contained in:
Artem Bilan
2021-12-13 14:46:57 -05:00
parent 156ba5aff1
commit d44dc83308
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;