projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea8598d
)
Add fred dependency.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 13 Oct 2010 04:27:44 +0000
(06:27 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 13 Oct 2010 04:27:44 +0000
(06:27 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
dc5038b
..
4b239fc
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-15,6
+15,12
@@
<version>3.8.2</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.freenetproject</groupId>
+ <artifactId>fred</artifactId>
+ <version>0.7.5.1292-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>