diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 239710a4..f5489ee0 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -42,9 +42,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>javax.persistence</groupId> - <artifactId>persistence-api</artifactId> - <scope>provided</scope> + <groupId>org.eclipse.persistence</groupId> + <artifactId>javax.persistence</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> |