lttng: Restrict version of jdt.annotation in Tycho target platform
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cc86913a300f12454de04a8b9cd7529ef66b6a22..d5e53661e2654af60d87f528e41d353b3806a61f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <arch>x86_64</arch>
                         </environment>
                     </environments>
+                    <filters>
+                      <filter>
+                        <type>eclipse-plugin</type>
+                        <id>org.eclipse.jdt.annotation</id>
+                        <restrictTo>
+                          <versionRange>[1.0,2.0)</versionRange>
+                        </restrictTo>
+                      </filter>
+                    </filters>
                 </configuration>
             </plugin>
             <plugin>
This page took 0.037091 seconds and 5 git commands to generate.