projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01060d0
)
Add mysql dependency for local development.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 18 Apr 2012 10:26:13 +0000
(12:26 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 18 Apr 2012 10:26:13 +0000
(12:26 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
e0493a3
..
4fa2e1c
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-19,6
+19,12
@@
<artifactId>utils</artifactId>
<version>0.12-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>5.1.10</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<finalName>demoscene-music</finalName>