Skip to content

Commit

Permalink
FUSETOOLS-2205 - Add fragment dependency in test TP (#640)
Browse files Browse the repository at this point in the history
org.eclipse.osgi.compatibility.state is required but is no more by
default in the test Target Platform, so add it explicitly as M2E
utilities tests requires it
  • Loading branch information
apupier authored and bfitzpat committed Nov 14, 2016
1 parent 09706ca commit d5b4036
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eclipse/pom.xml
Expand Up @@ -94,6 +94,15 @@
<version>${tychoVersion}</version>
<configuration>
<resolver>p2</resolver>
<dependency-resolution>
<extraRequirements>
<requirement>
<type>p2-installable-unit</type>
<id>org.eclipse.osgi.compatibility.state</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
<target>
<artifact>
<groupId>org.jboss.tools.integration-stack</groupId>
Expand Down

0 comments on commit d5b4036

Please sign in to comment.