mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-12-25 05:37:34 +01:00
Remove unused dependencies
This commit is contained in:
parent
7286f40ff7
commit
60d7b8c96a
@ -1,12 +0,0 @@
|
|||||||
<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 +0,0 @@
|
|||||||
--settings ./.mvn/local-settings.xml
|
|
40
external/pom.xml
vendored
40
external/pom.xml
vendored
@ -17,46 +17,6 @@
|
|||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>fr.xephi</groupId>
|
|
||||||
<artifactId>authme</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.plotsquared</groupId>
|
|
||||||
<artifactId>PlotSquared-Core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.rlf.uSkyBlock</groupId>
|
|
||||||
<artifactId>uSkyBlock-API</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.wasteofplastic</groupId>
|
|
||||||
<artifactId>askyblock</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.TechFortress</groupId>
|
|
||||||
<artifactId>GriefPrevention</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>me.wiefferink</groupId>
|
|
||||||
<artifactId>areashop</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>world.bentobox</groupId>
|
|
||||||
<artifactId>bentobox</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.IntellectualSites.PlotSquared</groupId>
|
|
||||||
<artifactId>Core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.TownyAdvanced</groupId>
|
|
||||||
<artifactId>Towny</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>pl.gnacik.islandworld</groupId>
|
|
||||||
<artifactId>IslandWorld</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
mvn -N install:install-file -Dfile=lib/IslandWorld-8.5.jar -DgroupId=pl.gnacik.islandworld -DartifactId=IslandWorld -Dversion=8.5 -Dpackaging=jar -DgeneratePom=true
|
|
167
pom.xml
167
pom.xml
@ -82,31 +82,11 @@
|
|||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- Github repo (Vault, uSkyBlock, GriefPrevention, PlotSquared v4, Towny) -->
|
<!-- Github repo (Vault) -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack-repo</id>
|
<id>jitpack-repo</id>
|
||||||
<url>https://jitpack.io</url>
|
<url>https://jitpack.io</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- CodeMc repo (AuthMe, ASkyBlock, BentoBox, WorldGuardWrapper) -->
|
|
||||||
<repository>
|
|
||||||
<id>codemc-repo</id>
|
|
||||||
<url>https://repo.codemc.org/repository/maven-public/</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://maven.wiefferink.me</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@ -123,142 +103,6 @@
|
|||||||
<version>1.7</version>
|
<version>1.7</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>fr.xephi</groupId>
|
|
||||||
<artifactId>authme</artifactId>
|
|
||||||
<version>5.4.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.plotsquared</groupId>
|
|
||||||
<artifactId>PlotSquared-Core</artifactId>
|
|
||||||
<version>6.5.1</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.rlf.uSkyBlock</groupId>
|
|
||||||
<artifactId>uSkyBlock-API</artifactId>
|
|
||||||
<version>v2.8.9</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.wasteofplastic</groupId>
|
|
||||||
<artifactId>askyblock</artifactId>
|
|
||||||
<version>3.0.9.4</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>bukkit.org</groupId>
|
|
||||||
<artifactId>craftbukkit</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1.9.2</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1.9.4</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1.12</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1.10</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1.11</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1.9</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1.8</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot.1.8.3</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot.1.8.4</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot.1.8.6</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot.1.8.8</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>spigotmc.org</groupId>
|
|
||||||
<artifactId>spigot-1649</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.TechFortress</groupId>
|
|
||||||
<artifactId>GriefPrevention</artifactId>
|
|
||||||
<version>16.17.1</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>me.wiefferink</groupId>
|
|
||||||
<artifactId>areashop</artifactId>
|
|
||||||
<version>2.6.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>me.wiefferink</groupId>
|
|
||||||
<artifactId>interactivemessenger</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>me.wiefferink</groupId>
|
|
||||||
<artifactId>bukkitdo</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>com.sk89q</groupId>
|
|
||||||
<artifactId>worldedit</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>com.sk89q</groupId>
|
|
||||||
<artifactId>worldguard</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>com.sk89q.worldguard</groupId>
|
|
||||||
<artifactId>worldguard-legacy</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>world.bentobox</groupId>
|
|
||||||
<artifactId>bentobox</artifactId>
|
|
||||||
<version>1.17.2</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.IntellectualSites.PlotSquared</groupId>
|
|
||||||
<artifactId>Core</artifactId>
|
|
||||||
<version>4.453</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.TownyAdvanced</groupId>
|
|
||||||
<artifactId>Towny</artifactId>
|
|
||||||
<version>0.97.5.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>pl.gnacik.islandworld</groupId>
|
|
||||||
<artifactId>IslandWorld</artifactId>
|
|
||||||
<version>8.5</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Nms dependency -->
|
<!-- Nms dependency -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -278,11 +122,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Shaded dependencies -->
|
<!-- Shaded dependencies -->
|
||||||
<dependency>
|
|
||||||
<groupId>org.codemc.worldguardwrapper</groupId>
|
|
||||||
<artifactId>worldguardwrapper</artifactId>
|
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.zaxxer</groupId>
|
<groupId>com.zaxxer</groupId>
|
||||||
<artifactId>HikariCP</artifactId>
|
<artifactId>HikariCP</artifactId>
|
||||||
@ -365,10 +204,6 @@
|
|||||||
<finalName>${buildName}-${project.version}</finalName>
|
<finalName>${buildName}-${project.version}</finalName>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
|
||||||
<pattern>org.codemc.worldguardwrapper</pattern>
|
|
||||||
<shadedPattern>de.epiceric.shopchest.dependencies.worldguardwrapper</shadedPattern>
|
|
||||||
</relocation>
|
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.zaxxer.hikari</pattern>
|
<pattern>com.zaxxer.hikari</pattern>
|
||||||
<shadedPattern>de.epiceric.shopchest.dependencies.hikari</shadedPattern>
|
<shadedPattern>de.epiceric.shopchest.dependencies.hikari</shadedPattern>
|
||||||
|
Loading…
Reference in New Issue
Block a user