Repository: syncope Updated Branches: refs/heads/master d9848ecd6 -> 270488da6
Adding more external Javadoc refs Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/08800221 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/08800221 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/08800221 Branch: refs/heads/master Commit: 088002211e8b7dbee48e0136ab9430bb23a35d3c Parents: d9848ec Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Aug 25 13:23:39 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Aug 25 13:23:39 2016 +0200 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/08800221/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9d3d4a4..9bc153e 100644 --- a/pom.xml +++ b/pom.xml @@ -1971,6 +1971,13 @@ under the License. <link>http://docs.oracle.com/javaee/7/api/</link> <link>http://www.slf4j.org/api/</link> <link>http://connid.tirasa.net/apidocs/1.4/</link> + <link>http://cxf.apache.org/javadoc/latest-3.1.x/</link> + <link>http://fasterxml.github.io/jackson-core/javadoc/2.8/</link> + <link>http://fasterxml.github.io/jackson-databind/javadoc/2.8/</link> + <link>http://fasterxml.github.io/jackson-annotations/javadoc/2.8/</link> + <link>http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/</link> + <link>http://fasterxml.github.io/jackson-dataformat-yaml/javadoc/2.8/</link> + <link>http://fasterxml.github.io/jackson-datatype-joda/javadoc/2.8/</link> <link>http://camel.apache.org/maven/current/camel-core/apidocs/</link> <link>http://camel.apache.org/maven/current/camel-spring/apidocs/</link> <link>https://ci.apache.org/projects/wicket/apidocs/7.x/</link>
