Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTran Le2015-06-01 19:34:57 +0000
committerTran Le2015-06-01 19:34:57 +0000
commitca606a010231beb8a3e5f64cbae21e6ab0fd9dbe (patch)
treedc29245e984d38ada01a1e30b37553c25301dd1f
parent60555598a069d40e532ac6c4eaf0f6bc99bbecb2 (diff)
downloadwebtools.dali-ca606a010231beb8a3e5f64cbae21e6ab0fd9dbe.tar.gz
webtools.dali-ca606a010231beb8a3e5f64cbae21e6ab0fd9dbe.tar.xz
webtools.dali-ca606a010231beb8a3e5f64cbae21e6ab0fd9dbe.zip
465988 - JptJpaCoreModelTests reported 2 Junit failures on WTP buildsR3_5_1R3_5_0
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml b/jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml
index 3c205ec5e8..e5cfe168df 100644
--- a/jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml
+++ b/jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml
@@ -57,6 +57,27 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <dependency-resolution>
+ <extraRequirements>
+ <requirement>
+ <type>eclipse-feature</type>
+ <id>org.eclipse.platform</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ <requirement>
+ <type>eclipse-feature</type>
+ <id>org.eclipse.jst.web_core.feature</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ </extraRequirements>
+ </dependency-resolution>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>

Back to the top