This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push: new 5820eba [JOHNZON-340] ensure javax.websocket is properly shaded 5820eba is described below commit 5820eba48518b07701951b03128e9cd9d18edd51 Author: Romain Manni-Bucau <rmannibu...@gmail.com> AuthorDate: Thu Apr 22 13:46:32 2021 +0200 [JOHNZON-340] ensure javax.websocket is properly shaded --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 476b905..4d6987c 100644 --- a/pom.xml +++ b/pom.xml @@ -126,6 +126,10 @@ <pattern>javax.json</pattern> <shadedPattern>jakarta.json</shadedPattern> </relocation> + <relocation> + <pattern>javax.websocket</pattern> + <shadedPattern>jakarta.websocket</shadedPattern> + </relocation> </relocations> </configuration> </execution>