|
52 | 52 | </distributionManagement> |
53 | 53 |
|
54 | 54 | <dependencies> |
55 | | - <dependency> |
56 | | - <groupId>com.github.retrooper</groupId> |
57 | | - <artifactId>packetevents-spigot</artifactId> |
58 | | - <version>2.5.0</version> |
59 | | - <scope>provided</scope> |
60 | | - <exclusions> |
61 | | - <exclusion> |
62 | | - <groupId>com.google.code.gson</groupId> |
63 | | - <artifactId>gson</artifactId> |
64 | | - </exclusion> |
65 | | - <exclusion> |
66 | | - <groupId>org.jetbrains</groupId> |
67 | | - <artifactId>annotations</artifactId> |
68 | | - </exclusion> |
69 | | - <exclusion> |
70 | | - <groupId>com.github.retrooper</groupId> |
71 | | - <artifactId>packetevents-api</artifactId> |
72 | | - </exclusion> |
73 | | - <exclusion> |
74 | | - <groupId>com.github.retrooper.packetevents</groupId> |
75 | | - <artifactId>netty-common</artifactId> |
76 | | - </exclusion> |
77 | | - </exclusions> |
78 | | - </dependency> |
79 | 55 | <dependency> |
80 | 56 | <groupId>com.github.retrooper</groupId> |
81 | 57 | <artifactId>packetevents-api</artifactId> |
82 | | - <version>2.5.0</version> |
| 58 | + <version>2.7.0</version> |
83 | 59 | <scope>provided</scope> |
84 | | - <exclusions> |
85 | | - <exclusion> |
86 | | - <groupId>com.google.code.gson</groupId> |
87 | | - <artifactId>gson</artifactId> |
88 | | - </exclusion> |
89 | | - <exclusion> |
90 | | - <groupId>org.jetbrains</groupId> |
91 | | - <artifactId>annotations</artifactId> |
92 | | - </exclusion> |
93 | | - <exclusion> |
94 | | - <groupId>com.github.retrooper.packetevents</groupId> |
95 | | - <artifactId>netty-common</artifactId> |
96 | | - </exclusion> |
97 | | - </exclusions> |
98 | 60 | </dependency> |
99 | 61 |
|
100 | 62 | <dependency> |
|
133 | 95 | <version>${spigot.version}</version> |
134 | 96 | <scope>provided</scope> |
135 | 97 | </dependency> |
136 | | - <dependency> |
137 | | - <groupId>it.unimi.dsi</groupId> |
138 | | - <artifactId>fastutil</artifactId> |
139 | | - <version>8.5.12</version> |
140 | | - <type>jar</type> |
141 | | - <scope>compile</scope> |
142 | | - </dependency> |
143 | 98 | <dependency> |
144 | 99 | <groupId>com.comphenix.protocol</groupId> |
145 | 100 | <artifactId>ProtocolLib</artifactId> |
|
185 | 140 | </excludes> |
186 | 141 | </filter> |
187 | 142 | </filters> |
188 | | - |
189 | 143 | <!-- Do it in a plugin --> |
190 | | -<!-- <relocations>--> |
191 | | -<!-- <relocation>--> |
192 | | -<!-- <pattern>com.github.retrooper</pattern>--> |
193 | | -<!-- <shadedPattern>xyz.refinedev.lib.com.github.retrooper</shadedPattern>--> |
194 | | -<!-- </relocation>--> |
195 | | -<!-- <relocation>--> |
196 | | -<!-- <pattern>io.github.retrooper</pattern>--> |
197 | | -<!-- <shadedPattern>xyz.refinedev.lib.io.github.retrooper</shadedPattern>--> |
198 | | -<!-- </relocation>--> |
199 | | -<!-- <relocation>--> |
200 | | -<!-- <pattern>net.kyori</pattern>--> |
201 | | -<!-- <shadedPattern>xyz.refinedev.lib.com.github.retrooper.libs.net.kyori</shadedPattern>--> |
202 | | -<!-- </relocation>--> |
203 | | -<!-- </relocations>--> |
| 144 | + <!-- <relocations>--> |
| 145 | + <!-- <relocation>--> |
| 146 | + <!-- <pattern>com.github.retrooper</pattern>--> |
| 147 | + <!-- <shadedPattern>xyz.refinedev.lib.com.github.retrooper</shadedPattern>--> |
| 148 | + <!-- </relocation>--> |
| 149 | + <!-- <relocation>--> |
| 150 | + <!-- <pattern>io.github.retrooper</pattern>--> |
| 151 | + <!-- <shadedPattern>xyz.refinedev.lib.io.github.retrooper</shadedPattern>--> |
| 152 | + <!-- </relocation>--> |
| 153 | + <!-- <relocation>--> |
| 154 | + <!-- <pattern>net.kyori</pattern>--> |
| 155 | + <!-- <shadedPattern>xyz.refinedev.lib.com.github.retrooper.libs.net.kyori</shadedPattern>--> |
| 156 | + <!-- </relocation>--> |
| 157 | + <!-- </relocations>--> |
204 | 158 |
|
205 | 159 | </configuration> |
206 | 160 | <executions> |
|
0 commit comments