Fixed dependency

This commit is contained in:
Norbi Peti 2016-11-02 17:37:09 +01:00
parent 43aefc0639
commit d2a3991abb

43
pom.xml
View file

@ -36,31 +36,12 @@
<target>1.8</target> <target>1.8</target>
</configuration> </configuration>
</plugin> </plugin>
<!-- <plugin> <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId> <version>2.4.2</version> <executions> <execution> <phase>package</phase>
<artifactId>maven-shade-plugin</artifactId> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes>
<version>2.4.2</version> <include>com.github.TBMCPlugins.ButtonLib:ButtonLib</include> </includes>
<executions> </artifactSet> <pluginExecution> <action> <execute /> </action> </pluginExecution>
<execution> </configuration> </execution> </executions> </plugin> -->
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>com.github.TBMCPlugins.ButtonLib:ButtonLib</include>
</includes>
</artifactSet>
<pluginExecution>
<action>
<execute />
</action>
</pluginExecution>
</configuration>
</execution>
</executions>
</plugin> -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
@ -115,20 +96,10 @@
</dependency> </dependency>
<!-- Change jitpack.yml to set location of Towny JAR --> <!-- Change jitpack.yml to set location of Towny JAR -->
<dependency> <dependency>
<groupId>com.github.TBMCPlugins.ButtonLib</groupId> <groupId>com.github.TBMCPlugins.ButtonCore</groupId>
<artifactId>Towny</artifactId> <artifactId>Towny</artifactId>
<version>master-SNAPSHOT</version> <version>master-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>com.github.TBMCPlugins</groupId>
<artifactId>DiscordPlugin</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.TBMCPlugins.ButtonLib</groupId>
<artifactId>ButtonLib</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>
<organization> <organization>
<name>TBMCPlugins</name> <name>TBMCPlugins</name>