projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
566a6be
)
Add utils.json dependency.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 21 Oct 2010 10:23:13 +0000
(12:23 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 21 Oct 2010 10:23:13 +0000
(12:23 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
bec9d83
..
109159c
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-27,6
+27,11
@@
<version>26</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>net.pterodactylus</groupId>
+ <artifactId>utils.json</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ </dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>