Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
authorTran Le2015-05-20 21:03:08 +0000
committerTran Le2015-05-20 21:03:08 +0000
commit2d0308886b9dcbfd50cb6e044e828b3fa12e6a17 (patch)
treea073f3f6400d6df138c7500d3256c2a337741ea7 /jpa
parentc0031b849806955a365d897cd1499ced3236cda6 (diff)
downloadwebtools.dali-2d0308886b9dcbfd50cb6e044e828b3fa12e6a17.tar.gz
webtools.dali-2d0308886b9dcbfd50cb6e044e828b3fa12e6a17.tar.xz
webtools.dali-2d0308886b9dcbfd50cb6e044e828b3fa12e6a17.zip
465989 - JptJpaCoreResourceModelTests reported 41 Junit failures on WTP
builds
Diffstat (limited to 'jpa')
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml21
1 files changed, 0 insertions, 21 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 b7d009d82f..3c205ec5e8 100644
--- a/jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml
+++ b/jpa/tests/org.eclipse.jpt.jpa.core.tests/pom.xml
@@ -87,13 +87,6 @@
<systemProperties combine.children="append">
<org.eclipse.jpt.jpa.jar>${org.eclipse.jpt.jpa.jar}</org.eclipse.jpt.jpa.jar>
</systemProperties>
- <dependencies>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>javax.persistence</artifactId>
- <version>0.0.0</version>
- </dependency>
- </dependencies>
</configuration>
<goals>
<goal>test</goal>
@@ -108,13 +101,6 @@
<systemProperties combine.children="append">
<org.eclipse.jpt.jpa.jar>${org.eclipse.jpt.jpa.jar}</org.eclipse.jpt.jpa.jar>
</systemProperties>
- <dependencies>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>javax.persistence</artifactId>
- <version>0.0.0</version>
- </dependency>
- </dependencies>
</configuration>
<goals>
<goal>test</goal>
@@ -129,13 +115,6 @@
<systemProperties combine.children="append">
<org.eclipse.jpt.jpa.jar>${org.eclipse.jpt.jpa.jar}</org.eclipse.jpt.jpa.jar>
</systemProperties>
- <dependencies>
- <dependency>
- <type>p2-installable-unit</type>
- <artifactId>javax.persistence</artifactId>
- <version>0.0.0</version>
- </dependency>
- </dependencies>
</configuration>
<goals>
<goal>test</goal>

Back to the top