You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/07/31 20:30:18 UTC

[tomee-tck] 02/02: Don't explicitely set the default provider as it breaks tomee-plus builds. We just need to pull tomee-plus or tomee-plume and the provider is detected automatically.

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 75a238becd249540cdb167cf3aca33518289b4e4
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Jul 31 22:30:05 2019 +0200

    Don't explicitely set the default provider as it breaks tomee-plus builds. We just need to pull tomee-plus or tomee-plume and the provider is detected automatically.
---
 .../org.apache.openejb.persistence.PersistenceBootstrap.provider         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/META-INF/org.apache.openejb.persistence.PersistenceBootstrap.provider b/src/main/resources/META-INF/org.apache.openejb.persistence.PersistenceBootstrap.provider
deleted file mode 100644
index 6077a33..0000000
--- a/src/main/resources/META-INF/org.apache.openejb.persistence.PersistenceBootstrap.provider
+++ /dev/null
@@ -1 +0,0 @@
-org.eclipse.persistence.jpa.PersistenceProvider
\ No newline at end of file