|
57 | 57 | <shadedPattern>${project.groupId}.${project.artifactId}.libraries.org.bstats</shadedPattern>
|
58 | 58 | </relocation>
|
59 | 59 | <relocation>
|
60 |
| - <pattern>org.apache</pattern> |
61 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.org.apache</shadedPattern> |
| 60 | + <pattern>org.apache.commons.collections4</pattern> |
| 61 | + <shadedPattern> |
| 62 | + ${project.groupId}.${project.artifactId}.libraries.org.apache.commons.collections4 |
| 63 | + </shadedPattern> |
62 | 64 | </relocation>
|
63 | 65 | <relocation>
|
64 |
| - <pattern>org.intellij</pattern> |
65 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.org.intellij |
| 66 | + <pattern>org.intellij.lang.annotations</pattern> |
| 67 | + <shadedPattern> |
| 68 | + ${project.groupId}.${project.artifactId}.libraries.org.intellij.lang.annotations |
66 | 69 | </shadedPattern>
|
67 | 70 | </relocation>
|
68 | 71 | <relocation>
|
69 |
| - <pattern>org.jetbrains</pattern> |
70 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.org.jetbrains |
| 72 | + <pattern>org.jetbrains.annotations</pattern> |
| 73 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.org.jetbrains.annotations |
71 | 74 | </shadedPattern>
|
72 | 75 | </relocation>
|
73 | 76 | <relocation>
|
74 |
| - <pattern>net.dv8tion</pattern> |
75 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.net.dv8tion |
| 77 | + <pattern>net.dv8tion.jda</pattern> |
| 78 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.net.dv8tion.jda |
76 | 79 | </shadedPattern>
|
77 | 80 | </relocation>
|
78 | 81 | <relocation>
|
79 |
| - <pattern>net.kyori</pattern> |
80 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.net.kyori</shadedPattern> |
| 82 | + <pattern>net.kyori.adventure</pattern> |
| 83 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.net.kyori.adventure |
| 84 | + </shadedPattern> |
| 85 | + </relocation> |
| 86 | + <relocation> |
| 87 | + <pattern>net.kyori.examination</pattern> |
| 88 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.net.kyori.examination |
| 89 | + </shadedPattern> |
81 | 90 | </relocation>
|
82 | 91 | <relocation>
|
83 | 92 | <pattern>kotlin</pattern>
|
84 | 93 | <shadedPattern>${project.groupId}.${project.artifactId}.libraries.kotlin</shadedPattern>
|
85 | 94 | </relocation>
|
86 | 95 | <relocation>
|
87 |
| - <pattern>com.fasterxml</pattern> |
88 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.fasterxml |
| 96 | + <pattern>com.fasterxml.jackson</pattern> |
| 97 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.fasterxml.jackson |
89 | 98 | </shadedPattern>
|
90 | 99 | </relocation>
|
91 | 100 | <relocation>
|
92 |
| - <pattern>com.iwebpp</pattern> |
93 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.iwebpp</shadedPattern> |
94 |
| - </relocation> |
95 |
| - <relocation> |
96 |
| - <pattern>com.neovisionaries</pattern> |
97 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.neovisionaries |
| 101 | + <pattern>com.neovisionaries.ws.client</pattern> |
| 102 | + <shadedPattern> |
| 103 | + ${project.groupId}.${project.artifactId}.libraries.com.neovisionaries.ws.client |
98 | 104 | </shadedPattern>
|
99 | 105 | </relocation>
|
100 | 106 | <relocation>
|
|
126 | 132 | </relocation>
|
127 | 133 | <relocation>
|
128 | 134 | <pattern>com.google.crypto</pattern>
|
129 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.google.crypto</shadedPattern> |
| 135 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.google.crypto |
| 136 | + </shadedPattern> |
130 | 137 | </relocation>
|
131 | 138 | <relocation>
|
132 | 139 | <pattern>com.google.errorprone</pattern>
|
133 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.google.errorprone</shadedPattern> |
| 140 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.google.errorprone |
| 141 | + </shadedPattern> |
134 | 142 | </relocation>
|
135 | 143 | <relocation>
|
136 | 144 | <pattern>com.google.gson</pattern>
|
137 |
| - <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.google.gson</shadedPattern> |
| 145 | + <shadedPattern>${project.groupId}.${project.artifactId}.libraries.com.google.gson |
| 146 | + </shadedPattern> |
138 | 147 | </relocation>
|
139 | 148 | </relocations>
|
140 | 149 | <filters>
|
|
0 commit comments