Update pom.xml

This commit is contained in:
Gabriele C. 2015-06-22 13:05:13 +02:00
parent 228770c93c
commit 2dec1098b8

32
pom.xml
View File

@ -167,7 +167,7 @@
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>5.1.35</version> <version>5.1.35</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- SQLite Library --> <!-- SQLite Library -->
@ -176,7 +176,7 @@
<artifactId>sqlite-jdbc</artifactId> <artifactId>sqlite-jdbc</artifactId>
<version>3.8.10.1</version> <version>3.8.10.1</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Database Library --> <!-- Database Library -->
@ -185,7 +185,7 @@
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>1.4.187</version> <version>1.4.187</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Java Email API --> <!-- Java Email API -->
@ -194,14 +194,14 @@
<artifactId>javax.mail</artifactId> <artifactId>javax.mail</artifactId>
<version>1.5.3</version> <version>1.5.3</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.mail</groupId> <groupId>javax.mail</groupId>
<artifactId>mail</artifactId> <artifactId>mail</artifactId>
<version>1.5.0-b01</version> <version>1.5.0-b01</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Maxmind GeoIp API --> <!-- Maxmind GeoIp API -->
@ -210,7 +210,7 @@
<artifactId>geoip-api</artifactId> <artifactId>geoip-api</artifactId>
<version>1.2.14</version> <version>1.2.14</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
@ -222,7 +222,7 @@
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>${bukkitVersion}</version> <version>${bukkitVersion}</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -230,7 +230,7 @@
<artifactId>AttributeStorage</artifactId> <artifactId>AttributeStorage</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.0.2-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -245,7 +245,7 @@
<artifactId>Vault</artifactId> <artifactId>Vault</artifactId>
<version>1.5.4</version> <version>1.5.4</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -260,7 +260,7 @@
<artifactId>citizensapi</artifactId> <artifactId>citizensapi</artifactId>
<version>2.0.16-SNAPSHOT</version> <version>2.0.16-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -275,7 +275,7 @@
<artifactId>Multiverse-Core</artifactId> <artifactId>Multiverse-Core</artifactId>
<version>2.5</version> <version>2.5</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -290,7 +290,7 @@
<artifactId>Essentials</artifactId> <artifactId>Essentials</artifactId>
<version>2.13-SNAPSHOT</version> <version>2.13-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -305,7 +305,7 @@
<artifactId>CombatTagPlus</artifactId> <artifactId>CombatTagPlus</artifactId>
<version>1.2.1-SNAPSHOT</version> <version>1.2.1-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -320,7 +320,7 @@
<artifactId>combattag</artifactId> <artifactId>combattag</artifactId>
<version>6.4.1-SNAPSHOT</version> <version>6.4.1-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -335,7 +335,7 @@
<artifactId>xAuth</artifactId> <artifactId>xAuth</artifactId>
<version>2.6</version> <version>2.6</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -350,7 +350,7 @@
<artifactId>spoutcraftplugin</artifactId> <artifactId>spoutcraftplugin</artifactId>
<version>1.6.4-SNAPSHOT</version> <version>1.6.4-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>