projects
/
jSite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e882f
)
Add JUnit and hamcrest dependencies
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Mon, 15 Feb 2016 20:55:56 +0000
(21:55 +0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Mon, 15 Feb 2016 20:55:56 +0000
(21:55 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
97a3fc4
..
e3ad83f
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-13,6
+13,18
@@
<artifactId>utils</artifactId>
<version>0.12.1</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<repositories>
<repository>