[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/a7f4d96a
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a7f4d96a
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a7f4d96a

Branch: refs/heads/3.0.x-fixes
Commit: a7f4d96a235e5e3b5561146c0d75466d57ee162c
Parents: c529d09
Author: gwuireland <gwuirel...@gmail.com>
Authored: Fri Dec 12 13:40:19 2014 +0000
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Dec 12 12:50:03 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/a7f4d96a/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 f47bbd8..e04952b 100644
--- a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
@@ -53,6 +53,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>

Reply via email to