You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2022/06/01 07:09:51 UTC

[deltaspike] branch master updated: DELTASPIKE-1434 - Adds relocation pattern for javax.persistence

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 236dce67 DELTASPIKE-1434 - Adds relocation pattern for javax.persistence
236dce67 is described below

commit 236dce676af78eb6f8680be71ebdff6b4a84d844
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Mon May 16 21:29:52 2022 +0200

    DELTASPIKE-1434 - Adds relocation pattern for javax.persistence
---
 deltaspike/parent/code/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 25f1c01c..7cb4f9b0 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -195,6 +195,10 @@
                                     <pattern>javax.validation</pattern>
                                     <shadedPattern>jakarta.validation</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>javax.persistence</pattern>
+                                    <shadedPattern>jakarta.persistence</shadedPattern>
+                                </relocation>
                             </relocations>
                         </configuration>
                     </execution>