diff options
author | Jim Hahn <jrh3@att.com> | 2018-12-05 16:11:13 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-12-05 16:14:32 -0500 |
commit | 3d9cdb446b27a151e32311721a0a0968f5aba9f1 (patch) | |
tree | abf81e327c39e44f7f996d7c95b3cd9ce4bedfaa /integration/pom.xml | |
parent | c90028e8669e4ed7c82f4e81e882e435c672999e (diff) |
Use eclipselink for javax.persistence
Removed reference to persistence-api, as persistence classes can also
be found in eclipselink.
Replaced tabs with spaces.
Change-Id: If07ab07e4c12eadc8d049963b744398c05a8538a
Issue-ID: POLICY-1366
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index ee04a31f..bfddea39 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -77,14 +77,8 @@ <version>1.4.10</version> </dependency> - <!-- Persistence API --> - <dependency> - <groupId>javax.persistence</groupId> - <artifactId>persistence-api</artifactId> - <version>1.0.2</version> - </dependency> - <!-- Eclipse Persistence API --> + <!-- NOTE: use this instead of persistence-api --> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> |