projects
/
sonitus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a3667
)
Add TestNG dependency.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 25 May 2013 12:15:15 +0000
(14:15 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 27 May 2013 20:54:38 +0000
(22:54 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
08bef6c
..
d4d3e25
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-29,6
+29,12
@@
<artifactId>JID3</artifactId>
<version>0.46</version>
</dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>6.8</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<properties>