projects
/
sonitus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b99111
)
Add Guava dependency.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 14 Mar 2013 21:19:16 +0000
(22:19 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 14 Mar 2013 21:19:16 +0000
(22:19 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
643e59a
..
d9eaf7f
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-8,6
+8,14
@@
<artifactId>sonitus</artifactId>
<version>0.1-SNAPSHOT</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>14.0-rc1</version>
+ </dependency>
+ </dependencies>
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>