Add ButtonCore dependency

And remove PEX dependency
This commit is contained in:
Norbi Peti 2018-07-02 15:56:36 +02:00
parent 17fb44374b
commit 38ef88f10d
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
2 changed files with 17 additions and 17 deletions

32
pom.xml
View file

@ -126,10 +126,10 @@
<id>projectlombok.org</id>
<url>http://projectlombok.org/mavenrepo</url>
</repository>
<repository>
<id>pex-repo</id>
<url>http://pex-repo.aoeu.xyz</url>
</repository>
<!-- <repository>
<id>pex-repo</id>
<url>http://pex-repo.aoeu.xyz</url>
</repository> -->
</repositories>
<dependencies>
@ -193,18 +193,18 @@
<version>1.16.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ru.tehkode</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.23.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>
<groupId>ru.tehkode</groupId>
<artifactId>PermissionsEx</artifactId>
<version>1.23.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
</exclusion>
</exclusions>
</dependency> -->
<!-- https://mvnrepository.com/artifact/org.objenesis/objenesis -->
<dependency>
<groupId>org.objenesis</groupId>

View file

@ -2,6 +2,6 @@ name: DiscordPlugin
main: buttondevteam.discordplugin.DiscordPlugin
version: 1.0
author: TBMCPlugins
depend: []
depend: [ButtonCore]
commands:
discord: