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 2015/07/27 18:49:10 UTC

cxf git commit: Get the javadoc working on java6

Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes ffb79aa67 -> 01aee3230


Get the javadoc working on java6


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

Branch: refs/heads/3.0.x-fixes
Commit: 01aee323072d8644c85cedab4d93adcaab2bc176
Parents: ffb79aa
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Jul 27 12:48:54 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Jul 27 12:48:54 2015 -0400

----------------------------------------------------------------------
 distribution/javadoc/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/01aee323/distribution/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index ab1451e..8ad10ed 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -374,6 +374,15 @@
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-client</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>org.apache.aries.blueprint.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>blueprint-parser</artifactId>
+        </dependency>
+        
     </dependencies>
     <build>
         <plugins>