Skip to content

Commit 3faaff7

Browse files
authored
Merge pull request #388 from BentoBoxWorld/develop
Version 2.22.0
2 parents d4e7fce + 976f304 commit 3faaff7

File tree

7 files changed

+267
-105
lines changed

7 files changed

+267
-105
lines changed

pom.xml

Lines changed: 62 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<powermock.version>2.0.9</powermock.version>
5656
<!-- More visible way how to change dependency versions -->
5757
<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>
5959
<!-- Warps addon version -->
6060
<warps.version>1.12.0</warps.version>
6161
<!-- Visit addon version -->
@@ -67,7 +67,7 @@
6767
<!-- Do not change unless you want different name for local builds. -->
6868
<build.number>-LOCAL</build.number>
6969
<!-- This allows to change between versions. -->
70-
<build.version>2.21.5</build.version>
70+
<build.version>2.22.0</build.version>
7171
<sonar.projectKey>BentoBoxWorld_Level</sonar.projectKey>
7272
<sonar.organization>bentobox-world</sonar.organization>
7373
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -163,6 +163,12 @@
163163
<id>matteodev</id>
164164
<url>https://maven.devs.beer/</url>
165165
</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>
166172
</repositories>
167173

168174
<dependencies>
@@ -195,8 +201,7 @@
195201
<dependency>
196202
<groupId>world.bentobox</groupId>
197203
<artifactId>bentobox</artifactId>
198-
<version>${bentobox.version}</version>
199-
<scope>provided</scope>
204+
<version>3.7.4-SNAPSHOT</version>
200205
</dependency>
201206
<dependency>
202207
<groupId>world.bentobox</groupId>
@@ -257,6 +262,59 @@
257262
<version>4.0.10</version>
258263
<scope>provided</scope>
259264
</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>
260318
</dependencies>
261319

262320
<build>

0 commit comments

Comments
 (0)