This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 3139de8f64 Use correct package for cxf-soap-server tests
3139de8f64 is described below

commit 3139de8f64f9e34094ab24c992b16c63a464ec4f
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Jun 6 11:05:37 2023 +0100

    Use correct package for cxf-soap-server tests
    
    Fixes #4919
---
 .../apache/camel/quarkus/component/cxf/soap/server/it/Java2wsIT.java    | 2 +-
 .../apache/camel/quarkus/component/cxf/soap/server/it/Java2wsTest.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsIT.java
 
b/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsIT.java
index 7c8d7ae1f7..2db7ab3f2f 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsIT.java
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsIT.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.quarkiverse.cxf.it.server;
+package org.apache.camel.quarkus.component.cxf.soap.server.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
 
diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsTest.java
 
b/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsTest.java
index e2ff935ef5..03a1f84bab 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsTest.java
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-server/src/test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/Java2wsTest.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package io.quarkiverse.cxf.it.server;
+package org.apache.camel.quarkus.component.cxf.soap.server.it;
 
 import java.io.IOException;
 import java.io.InputStream;

Reply via email to