amarkevich closed pull request #493: cxf-systests-codegen: update dependency
after CXF-7924
URL: https://github.com/apache/cxf/pull/493
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/systests/wsdl_maven/codegen/pom.xml
b/systests/wsdl_maven/codegen/pom.xml
index bfe0e45462f..e6061e38d6f 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services