mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-04 17:59:52 +01:00
Updated Maven Artifact
Artifact: ShopChest Version: 1.9.1 Timestamp: 20160803-1634
This commit is contained in:
parent
4aefe99833
commit
97534dbdf9
BIN
maven/de/epiceric/ShopChest/1.9.1/ShopChest-1.9.1-javadoc.jar
Normal file
BIN
maven/de/epiceric/ShopChest/1.9.1/ShopChest-1.9.1-javadoc.jar
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
16a6643b825f471620f56bea22870c51
|
@ -0,0 +1 @@
|
||||
90ffcb763cfc5cbc08e0faf27177f9eca6a2786b
|
BIN
maven/de/epiceric/ShopChest/1.9.1/ShopChest-1.9.1.jar
Normal file
BIN
maven/de/epiceric/ShopChest/1.9.1/ShopChest-1.9.1.jar
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
12db29c948fca6693e2db80d511a2d74
|
@ -0,0 +1 @@
|
||||
07c1547e9da887dd3953449b9854063b96ef27dd
|
105
maven/de/epiceric/ShopChest/1.9.1/ShopChest-1.9.1.pom
Normal file
105
maven/de/epiceric/ShopChest/1.9.1/ShopChest-1.9.1.pom
Normal file
@ -0,0 +1,105 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<artifactId>ShopChest-Root</artifactId>
|
||||
<groupId>de.epiceric</groupId>
|
||||
<version>1.9.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ShopChest</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.10.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<groupId>commons-lang</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>json-simple</artifactId>
|
||||
<groupId>com.googlecode.json-simple</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>guava</artifactId>
|
||||
<groupId>com.google.guava</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>gson</artifactId>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>ebean</artifactId>
|
||||
<groupId>org.avaje</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<groupId>org.yaml</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>bungeecord-chat</artifactId>
|
||||
<groupId>net.md-5</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.10.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<groupId>commons-lang</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>json-simple</artifactId>
|
||||
<groupId>com.googlecode.json-simple</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>guava</artifactId>
|
||||
<groupId>com.google.guava</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>gson</artifactId>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>ebean</artifactId>
|
||||
<groupId>org.avaje</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<groupId>org.yaml</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>VaultAPI</artifactId>
|
||||
<version>1.6</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yi.acru.bukkit</groupId>
|
||||
<artifactId>lockette</artifactId>
|
||||
<version>1.8.36</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.minebuilders</groupId>
|
||||
<artifactId>clearlag</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.griefcraft.lwc</groupId>
|
||||
<artifactId>lwc-entity-locking</artifactId>
|
||||
<version>1.7.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
@ -0,0 +1 @@
|
||||
269c0a19d84221d880c44e9ab580b354
|
@ -0,0 +1 @@
|
||||
75a9b350ef2844206114cc2a5998ad59e4a6f038
|
@ -3,10 +3,10 @@
|
||||
<groupId>de.epiceric</groupId>
|
||||
<artifactId>ShopChest</artifactId>
|
||||
<versioning>
|
||||
<release>1.9.0.1</release>
|
||||
<release>1.9.1</release>
|
||||
<versions>
|
||||
<version>1.9.0.1</version>
|
||||
<version>1.9.1</version>
|
||||
</versions>
|
||||
<lastUpdated>20160714144156</lastUpdated>
|
||||
<lastUpdated>20160803143945</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
31e551d6940197e09f68ba65d296bba1
|
||||
dee507983e63aa4b76648399b00dffd9
|
@ -1 +1 @@
|
||||
929b48e53471ab435d8e200f85d51399c9c70030
|
||||
25c6994c63b939b5dc233f9a039bb0aa9daebd0f
|
Loading…
Reference in New Issue
Block a user