This is an automated email from the ASF dual-hosted git repository. buhhunyx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push: new 4e6b190 cxf-systests-codegen: update dependency after CXF-7924 4e6b190 is described below commit 4e6b190b5853f3964bab79d5d30e9b2c6d8c75b7 Author: amarkevich <amarkev...@talend.com> AuthorDate: Fri Jan 4 12:33:19 2019 +0300 cxf-systests-codegen: update dependency after CXF-7924 --- 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 bfe0e45..e6061e3 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>