Repository: cxf
Updated Branches:
  refs/heads/master b3f889334 -> 2b95868a7


Add the wadl2java tool to manifest so the command line tool works


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

Branch: refs/heads/master
Commit: 2b95868a73e9d474fd286aa178d4e72475bdbb08
Parents: b3f8893
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Oct 21 10:28:27 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Oct 21 10:28:27 2014 -0400

----------------------------------------------------------------------
 distribution/manifest/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/2b95868a/distribution/manifest/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index 065f6a1..4d6cc72 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -77,6 +77,11 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>cxf-tools-wadlto-jaxrs</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>cxf-tools-java2ws</artifactId>
             <version>${project.version}</version>
         </dependency>

Reply via email to