You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/01/08 13:20:41 UTC

[cxf] 03/03: cxf-systests-codegen: update dependency after CXF-7924

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

coheigea pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 072dd3c7441e98d314fb82f058ef8d5f5f91c810
Author: amarkevich <am...@talend.com>
AuthorDate: Fri Jan 4 12:33:19 2019 +0300

    cxf-systests-codegen: update dependency after CXF-7924
    
    (cherry picked from commit 4e6b190b5853f3964bab79d5d30e9b2c6d8c75b7)
---
 systests/wsdl_maven/codegen/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/systests/wsdl_maven/codegen/pom.xml b/systests/wsdl_maven/codegen/pom.xml
index f402d18..a9e9c25 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -95,6 +95,7 @@
                                         <artifactId>cxf-systests-java2ws</artifactId>
                                         <version>${project.version}</version>
                                         <classifier>test</classifier>
+                                        <type>HelloWorld.wsdl</type>
                                     </wsdlArtifact>
                                 </wsdlOption>
                             </wsdlOptions>
@@ -141,7 +142,7 @@
             <artifactId>cxf-systests-java2ws</artifactId>
             <version>${project.version}</version>
             <classifier>test</classifier>
-            <type>wsdl</type>
+            <type>HelloWorld.wsdl</type>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>