Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2017-01-22 04:23:08 +0000
committerDavid W. Miller2017-01-22 04:23:08 +0000
commitf4785cfdfeb9caf53a00978014434ef9c3375d5a (patch)
treeeeba953caa71133bf0a6cb8ea950f23877152a7c /features/org.eclipse.osee.x.server.external.feature/pom.xml
parentf8e14218192866f0c97911114eac9bb9fd32e12d (diff)
downloadorg.eclipse.osee-f4785cfdfeb9caf53a00978014434ef9c3375d5a.tar.gz
org.eclipse.osee-f4785cfdfeb9caf53a00978014434ef9c3375d5a.tar.xz
org.eclipse.osee-f4785cfdfeb9caf53a00978014434ef9c3375d5a.zip
refinement: Fix jdt.annotation dep
Diffstat (limited to 'features/org.eclipse.osee.x.server.external.feature/pom.xml')
-rw-r--r--features/org.eclipse.osee.x.server.external.feature/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.x.server.external.feature/pom.xml b/features/org.eclipse.osee.x.server.external.feature/pom.xml
index 3f3b2cbb306..21ac8b345f4 100644
--- a/features/org.eclipse.osee.x.server.external.feature/pom.xml
+++ b/features/org.eclipse.osee.x.server.external.feature/pom.xml
@@ -40,6 +40,7 @@
<plugin id="org.eclipse.xtext.smap" />
<plugin id="org.apache.commons.cli" />
<plugin id="org.apache.commons.io" />
+ <plugin id="org.eclipse.jdt.annotation" />
</excludes>
</configuration>
</execution>

Back to the top