From: Pekka Hyvönen Date: Mon, 12 Dec 2016 13:44:01 +0000 (+0200) Subject: Reduce javadoc errors by adding missing dependencies X-Git-Tag: 8.0.0.alpha10~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1f4be9dc2134270256d8338f9cac562bc1ba1fd;p=vaadin-framework.git Reduce javadoc errors by adding missing dependencies vaadin-all currently has +100 errors/warning when creating javadocs, this reduces most of them related to missing resources to link to. --- diff --git a/all/pom.xml b/all/pom.xml index 737c11a980..b3db0fd7d2 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -97,6 +97,20 @@ vaadin-widgets ${project.version} + + + + javax.portlet + portlet-api + 2.0 + provided + + + com.liferay.portal + portal-service + ${liferay.portal-service.version} + provided + @@ -323,8 +337,10 @@ com.vaadin.buildhelpers false - http://docs.oracle.com/javase/6/docs/api/ - http://docs.oracle.com/j2ee/1.4/docs/api/ + https://docs.oracle.com/javase/8/docs/api/ + https://docs.oracle.com/javaee/6/api/ + https://portals.apache.org/pluto/portlet-2.0-apidocs/ + https://docs.liferay.com/portal/6.2/javadocs/