Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-05-02 20:51:01 +0000
committerMickael Istria2019-05-03 07:14:58 +0000
commit5c405dd95691ee779aadbf181aed631e48adb5c0 (patch)
tree9e2e7c7ca97578a4cec24ae6869e6fa89afa7fc3 /eclipse-platform-parent
parentfbd76d1c07609f2b13e571c263acb184337d2b41 (diff)
downloadeclipse.platform.releng.aggregator-5c405dd95691ee779aadbf181aed631e48adb5c0.tar.gz
eclipse.platform.releng.aggregator-5c405dd95691ee779aadbf181aed631e48adb5c0.tar.xz
eclipse.platform.releng.aggregator-5c405dd95691ee779aadbf181aed631e48adb5c0.zip
Add javax.annotation to api-generation eclipse-run for Java 11+
This package is required on newer Java. Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index b822b942e..7e13c0065 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -913,6 +913,10 @@
<artifactId>org.eclipse.osgi.compatibility.state</artifactId>
<type>eclipse-plugin</type>
</dependency>
+ <dependency>
+ <artifactId>javax.annotation</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
</dependencies>
</configuration>
<executions>

Back to the top