changed pom

This commit is contained in:
mfnalex 2020-06-23 22:52:08 +02:00
parent efb2388cd8
commit c043111ad0

26
pom.xml
View File

@ -43,9 +43,13 @@
<version>3.1.0</version> <version>3.1.0</version>
<configuration> <configuration>
<relocations> <relocations>
<relocation>
<pattern>de.jeff_media.PluginUpdateChecker</pattern>
<shadedPattern>de.jeff_media.ChestSort</shadedPattern>
</relocation>
<relocation> <relocation>
<pattern>org.bstats</pattern> <pattern>org.bstats</pattern>
<shadedPattern>de.jeffclan.JeffChestSort</shadedPattern> <shadedPattern>de.jeff_media.ChestSort</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>
</configuration> </configuration>
@ -117,17 +121,31 @@
<groupId>at.pcgamingfreaks</groupId> <groupId>at.pcgamingfreaks</groupId>
<artifactId>Minepacks-API</artifactId> <artifactId>Minepacks-API</artifactId>
<version>2.3.8</version><!-- Check api-version shield for newest version --> <version>2.3.8</version><!-- Check api-version shield for newest version -->
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.jeff_media</groupId> <groupId>de.jeff_media</groupId>
<artifactId>PluginUpdateChecker</artifactId> <artifactId>PluginUpdateChecker</artifactId>
<version>1.0</version> <version>1.2</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.jeff_media</groupId> <groupId>de.jeff_media</groupId>
<artifactId>InvUnload</artifactId> <artifactId>InvUnload</artifactId>
<version>4.2.0-SNAPSHOT3</version> <version>4.2.0-SNAPSHOT5</version>
<scope>compile</scope> <scope>provided</scope>
<exclusions>
<exclusion>
<groupId>de.jeff_media</groupId>
<artifactId>PluginUpdateChecker</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
</dependencies> </dependencies>