summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2011-04-08 00:19:41 +0200
committerErik Broes <erikbroes@grum.nl>2011-04-08 00:19:41 +0200
commit13e31d11c2c08b84ad7b9a2a426b6c7c6d877a14 (patch)
treee35cc16c54a1e645376867afb886f5c758881bd5 /pom.xml
parent27d3396a35639e74ae49ccbcc0b546cb3a24ae73 (diff)
downloadcraftbukkit-13e31d11c2c08b84ad7b9a2a426b6c7c6d877a14.tar
craftbukkit-13e31d11c2c08b84ad7b9a2a426b6c7c6d877a14.tar.gz
craftbukkit-13e31d11c2c08b84ad7b9a2a426b6c7c6d877a14.tar.lz
craftbukkit-13e31d11c2c08b84ad7b9a2a426b6c7c6d877a14.tar.xz
craftbukkit-13e31d11c2c08b84ad7b9a2a426b6c7c6d877a14.zip
Prevent maven shade-duplication spam where not needed
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d4f01c89..9d3319d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,21 +62,21 @@
<artifactId>sqlite-jdbc</artifactId>
<version>3.7.2</version>
<type>jar</type>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.14</version>
<type>jar</type>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>ebean</artifactId>
<version>2.7.3</version>
<type>jar</type>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
</dependencies>
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->