mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 18:55:38 +02:00
Try to fix some core.test failures by loading up whole Platform.
This commit is contained in:
parent
5a2e0f8ed6
commit
8a77ed80b3
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@
|
|||
</includes>
|
||||
<testFailureIgnore>true</testFailureIgnore>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<artifactId>org.eclipse.platform.feature.group</artifactId>
|
||||
<version>3.7.0</version>
|
||||
<type>p2-installable-unit</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>org.eclipse.cdt.feature.group</artifactId>
|
||||
<version>8.0.0.${buildQualifier}</version>
|
||||
|
|
Loading…
Add table
Reference in a new issue