From f9b45581e2055271581d945ff7e153343f4d37a7 Mon Sep 17 00:00:00 2001 From: Isaac Parenteau Date: Sun, 6 Oct 2019 22:17:25 -0500 Subject: [PATCH] #5 Fixed issue with persistence.xml and pom referencing the wrong jpa --- pom.xml | 27 ++------------------- src/main/resources/META-INF/persistence.xml | 4 +-- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 4dd03d9..00ca576 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ + 6.0.3 2.4.4 5.4.4.Final @@ -46,7 +47,7 @@ maven-compiler-plugin - 3.1 + 3.8.1 1.8 1.8 @@ -332,32 +333,8 @@ activation 1.1.1 - - org.eclipse.persistence - eclipselink - 2.5.2 - - - org.eclipse.persistence - org.eclipse.persistence.jpa.modelgen.processor - 2.5.2 - provided - - - - nexus-proxy-public - ${nexus.repo}/repository/maven-public/ - - - - - nexus-proxy-public - ${nexus.repo}/repository/maven-public/ - - - nexus-snapshot diff --git a/src/main/resources/META-INF/persistence.xml b/src/main/resources/META-INF/persistence.xml index eb8ffd7..d7ae59a 100644 --- a/src/main/resources/META-INF/persistence.xml +++ b/src/main/resources/META-INF/persistence.xml @@ -1,7 +1,7 @@ - - org.eclipse.persistence.jpa.PersistenceProvider + + org.hibernate.ejb.HibernatePersistence net.locusworks.discord.eighttrack.database.entities.GuildSong net.locusworks.discord.eighttrack.database.entities.GuildPlaylist net.locusworks.discord.eighttrack.database.entities.DiscordGuild