You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/12/12 18:48:17 UTC

cxf git commit: [CXF-6146] Fix demo wsdl_first_xmlbeans build error This closes #42

Repository: cxf
Updated Branches:
  refs/heads/master 002890617 -> 37d5dd4f9


[CXF-6146] Fix demo wsdl_first_xmlbeans build error
This closes #42

Signed-off-by: Daniel Kulp <dk...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/37d5dd4f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/37d5dd4f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/37d5dd4f

Branch: refs/heads/master
Commit: 37d5dd4f976b84aac7a6c9f33e080d366f5bfe87
Parents: 0028906
Author: gwuireland <gw...@gmail.com>
Authored: Fri Dec 12 13:40:19 2014 +0000
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Dec 12 12:47:17 2014 -0500

----------------------------------------------------------------------
 .../src/main/release/samples/wsdl_first_xmlbeans/pom.xml      | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/37d5dd4f/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
index 721214c..d858028 100644
--- a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
@@ -46,6 +46,13 @@
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
                 <version>${project.version}</version>
+                <dependencies>
+                    <dependency>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                        <version>1.1.1</version>
+                    </dependency>
+                </dependencies>
                 <executions>
                     <execution>
                         <id>generate-sources</id>