Réorganisation des dépendances + configuration avancée des projets

This commit is contained in:
2016-11-26 19:00:43 +01:00
parent 40942fb25f
commit 13655c1efa
11 changed files with 30 additions and 836 deletions

13
pom.xml
View File

@@ -21,6 +21,12 @@
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.pandacube.bungeecord</groupId>
<artifactId>bungeecord-chat</artifactId>
<version>1.11-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.pandacube.local_dependencies</groupId>
<artifactId>bungeeperms</artifactId>
@@ -28,12 +34,5 @@
<scope>system</scope>
<systemPath>${project.basedir}/../libs/BungeePerms-3.0-alpha1-modif.jar</systemPath>
</dependency>
<!--
<dependency>
<groupId>fr.pandacube.pandacube</groupId>
<artifactId></artifactId>
<version>${project.version}</version>
</dependency>
-->
</dependencies>
</project>