Bug 553624 - Can't build platform locally

Java 11 doesn't have javax.annotation so it has to be put on the path
for pde ant tasks.

Change-Id: I1cd742c041fcc1fc4a8f18cec785cd7f8e9b9d1f
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml
index ea9ece1..abc2711 100644
--- a/bundles/org.eclipse.jdt.doc.isv/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml
@@ -120,6 +120,10 @@
                       <type>eclipse-plugin</type>
                     </dependency>
                     <dependency>
+                      <artifactId>javax.annotation</artifactId>
+                      <type>eclipse-plugin</type>
+                    </dependency>
+                    <dependency>
                       <artifactId>org.eclipse.update.configurator</artifactId>
                       <type>eclipse-plugin</type>
                     </dependency>
diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml
index d0b83bb..16a7a02 100644
--- a/bundles/org.eclipse.pde.doc.user/pom.xml
+++ b/bundles/org.eclipse.pde.doc.user/pom.xml
@@ -119,6 +119,10 @@
                       <type>eclipse-plugin</type>
                     </dependency>
                     <dependency>
+                      <artifactId>javax.annotation</artifactId>
+                      <type>eclipse-plugin</type>
+                    </dependency>
+                    <dependency>
                       <artifactId>org.eclipse.update.configurator</artifactId>
                       <type>eclipse-plugin</type>
                     </dependency>
diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml
index dcbd02d..5b9e030 100644
--- a/bundles/org.eclipse.platform.doc.isv/pom.xml
+++ b/bundles/org.eclipse.platform.doc.isv/pom.xml
@@ -287,6 +287,10 @@
                       <type>eclipse-plugin</type>
                     </dependency>
                     <dependency>
+                      <artifactId>javax.annotation</artifactId>
+                      <type>eclipse-plugin</type>
+                    </dependency>
+                    <dependency>
                       <artifactId>org.eclipse.equinox.launcher</artifactId>
                       <type>eclipse-plugin</type>
                     </dependency>