Update dependencies

This commit is contained in:
Flowsqy 2021-12-25 01:39:12 +01:00
parent 2fb39336aa
commit ad07fb86bb
3 changed files with 24 additions and 7 deletions

12
.mvn/local-settings.xml Normal file
View File

@ -0,0 +1,12 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
<mirrors>
<mirror>
<id>maven-default-http-blocker</id>
<mirrorOf>dummy</mirrorOf>
<name>Dummy mirror to override default blocking mirror that blocks http</name>
<url>http://0.0.0.0/</url>
</mirror>
</mirrors>
</settings>

1
.mvn/maven.config Normal file
View File

@ -0,0 +1 @@
--settings ./.mvn/local-settings.xml

18
pom.xml
View File

@ -71,16 +71,21 @@
<id>intellectualsites-snapshots-repo</id>
<url>https://mvn.intellectualsites.com/content/repositories/public/</url>
</repository>
<!-- AreaShop repo (AreaShop) -->
<repository>
<id>nlthijs48</id>
<url>http://maven.wiefferink.me</url>
</repository>
<!-- Inventive Talent repo (ReflectionHelper) -->
<repository>
<id>inventive-repo</id>
<url>https://repo.inventivetalent.org/content/groups/public/</url>
</repository>
<!-- EngineHub repo (WorldGuard from WorldGuardWrapper) -->
<repository>
<id>enginehub-repo</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<!-- AreaShop repo -->
<repository>
<id>areashop-repo</id>
<url>http://wiefferink.me:8080/plugin/repository/everything/</url>
</repository>
</repositories>
<dependencies>
@ -130,7 +135,6 @@
<groupId>me.wiefferink</groupId>
<artifactId>areashop</artifactId>
<version>2.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>world.bentobox</groupId>
@ -140,7 +144,7 @@
</dependency>
<dependency>
<groupId>com.github.IntellectualSites.PlotSquared</groupId>
<artifactId>Bukkit</artifactId>
<artifactId>Core</artifactId>
<version>4.453</version>
<scope>provided</scope>
</dependency>