projects
/
xudocci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ab304
)
Add TestNG as test dependency.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 11 Apr 2013 08:43:00 +0000
(10:43 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 11 Apr 2013 08:43:00 +0000
(10:43 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
a9805f4
..
14a590b
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-24,6
+24,12
@@
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
</dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>6.8</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>