|
55 | 55 | <powermock.version>2.0.9</powermock.version> |
56 | 56 | <!-- More visible way how to change dependency versions --> |
57 | 57 | <spigot.version>1.21.5-R0.1-SNAPSHOT</spigot.version> |
58 | | - <bentobox.version>3.4.0</bentobox.version> |
| 58 | + <bentobox.version>3.7.4</bentobox.version> |
59 | 59 | <!-- Warps addon version --> |
60 | 60 | <warps.version>1.12.0</warps.version> |
61 | 61 | <!-- Visit addon version --> |
|
67 | 67 | <!-- Do not change unless you want different name for local builds. --> |
68 | 68 | <build.number>-LOCAL</build.number> |
69 | 69 | <!-- This allows to change between versions. --> |
70 | | - <build.version>2.21.5</build.version> |
| 70 | + <build.version>2.22.0</build.version> |
71 | 71 | <sonar.projectKey>BentoBoxWorld_Level</sonar.projectKey> |
72 | 72 | <sonar.organization>bentobox-world</sonar.organization> |
73 | 73 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
|
163 | 163 | <id>matteodev</id> |
164 | 164 | <url>https://maven.devs.beer/</url> |
165 | 165 | </repository> |
| 166 | + <!-- Oraxen repo--> |
| 167 | + <repository> |
| 168 | + <id>oraxen</id> |
| 169 | + <name>Oraxen Repository</name> |
| 170 | + <url>https://repo.oraxen.com/releases</url> |
| 171 | + </repository> |
166 | 172 | </repositories> |
167 | 173 |
|
168 | 174 | <dependencies> |
|
195 | 201 | <dependency> |
196 | 202 | <groupId>world.bentobox</groupId> |
197 | 203 | <artifactId>bentobox</artifactId> |
198 | | - <version>${bentobox.version}</version> |
199 | | - <scope>provided</scope> |
| 204 | + <version>3.7.4-SNAPSHOT</version> |
200 | 205 | </dependency> |
201 | 206 | <dependency> |
202 | 207 | <groupId>world.bentobox</groupId> |
|
257 | 262 | <version>4.0.10</version> |
258 | 263 | <scope>provided</scope> |
259 | 264 | </dependency> |
| 265 | + <!-- Oraxen --> |
| 266 | + <dependency> |
| 267 | + <groupId>io.th0rgal</groupId> |
| 268 | + <artifactId>oraxen</artifactId> |
| 269 | + <version>1.193.1</version> |
| 270 | + <exclusions> |
| 271 | + <exclusion> |
| 272 | + <groupId>me.gabytm.util</groupId> |
| 273 | + <artifactId>actions-spigot</artifactId> |
| 274 | + </exclusion> |
| 275 | + <exclusion> |
| 276 | + <groupId>org.jetbrains</groupId> |
| 277 | + <artifactId>annotations</artifactId> |
| 278 | + </exclusion> |
| 279 | + <exclusion> |
| 280 | + <groupId>com.ticxo</groupId> |
| 281 | + <artifactId>PlayerAnimator</artifactId> |
| 282 | + </exclusion> |
| 283 | + <exclusion> |
| 284 | + <groupId>com.github.stefvanschie.inventoryframework</groupId> |
| 285 | + <artifactId>IF</artifactId> |
| 286 | + </exclusion> |
| 287 | + <exclusion> |
| 288 | + <groupId>io.th0rgal</groupId> |
| 289 | + <artifactId>protectionlib</artifactId> |
| 290 | + </exclusion> |
| 291 | + <exclusion> |
| 292 | + <groupId>dev.triumphteam</groupId> |
| 293 | + <artifactId>triumph-gui</artifactId> |
| 294 | + </exclusion> |
| 295 | + <exclusion> |
| 296 | + <groupId>org.bstats</groupId> |
| 297 | + <artifactId>bstats-bukkit</artifactId> |
| 298 | + </exclusion> |
| 299 | + <exclusion> |
| 300 | + <groupId>com.jeff-media</groupId> |
| 301 | + <artifactId>custom-block-data</artifactId> |
| 302 | + </exclusion> |
| 303 | + <exclusion> |
| 304 | + <groupId>com.jeff-media</groupId> |
| 305 | + <artifactId>persistent-data-serializer</artifactId> |
| 306 | + </exclusion> |
| 307 | + <exclusion> |
| 308 | + <groupId>com.jeff_media</groupId> |
| 309 | + <artifactId>MorePersistentDataTypes</artifactId> |
| 310 | + </exclusion> |
| 311 | + <exclusion> |
| 312 | + <groupId>gs.mclo</groupId> |
| 313 | + <artifactId>java</artifactId> |
| 314 | + </exclusion> |
| 315 | + </exclusions> |
| 316 | + <scope>provided</scope> |
| 317 | + </dependency> |
260 | 318 | </dependencies> |
261 | 319 |
|
262 | 320 | <build> |
|
0 commit comments