You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bl...@apache.org on 2016/11/05 20:20:38 UTC

[21/35] avro git commit: AVRO-1921. Fix slow build due to unreachable codehaus website. Contributed by Gabor Szadovszky.

AVRO-1921. Fix slow build due to unreachable codehaus website.  Contributed by Gabor Szadovszky.


Project: http://git-wip-us.apache.org/repos/asf/avro/repo
Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/651decfc
Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/651decfc
Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/651decfc

Branch: refs/heads/branch-1.8
Commit: 651decfc442179f72064b35ee6a75b14bf6b2194
Parents: 06f4a12
Author: Doug Cutting <cu...@apache.org>
Authored: Mon Sep 19 16:11:44 2016 -0700
Committer: Ryan Blue <bl...@apache.org>
Committed: Sat Nov 5 13:18:12 2016 -0700

----------------------------------------------------------------------
 lang/java/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/avro/blob/651decfc/lang/java/pom.xml
----------------------------------------------------------------------
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index af55a30..d29540d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -261,7 +261,6 @@
           <version>${javadoc-plugin.version}</version>
           <configuration>
             <links>
-              <link>http://jackson.codehaus.org/1.9.4/javadoc/</link>
               <link>http://java.sun.com/products/servlet/2.3/javadoc/</link>
               <link>http://hadoop.apache.org/common/docs/current/api/</link>
             </links>