projects
/
jSite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638396b
)
Add dependency on utils.
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Sun, 26 Aug 2012 20:23:53 +0000
(22:23 +0200)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Sun, 26 Aug 2012 20:23:53 +0000
(22:23 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
732101c
..
6fa03e2
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-3,6
+3,13
@@
<groupId>net.pterodactylus</groupId>
<artifactId>jSite</artifactId>
<version>0.11-SNAPSHOT</version>
+ <dependencies>
+ <dependency>
+ <groupId>net.pterodactylus</groupId>
+ <artifactId>utils</artifactId>
+ <version>0.12</version>
+ </dependency>
+ </dependencies>
<repositories>
<repository>
<id>pterodactylus</id>