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 <[email protected]>
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>

Reply via email to