projects
/
xudocci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af27060
)
Switch from TestNG back to JUnit.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 5 Jan 2014 12:24:10 +0000
(13:24 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 5 Jan 2014 12:24:10 +0000
(13:24 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
d38faef
..
4945394
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-41,9
+41,9
@@
<version>1.9.13</version>
</dependency>
<dependency>
- <groupId>
org.testng
</groupId>
- <artifactId>
testng
</artifactId>
- <version>
6.8
</version>
+ <groupId>
junit
</groupId>
+ <artifactId>
junit
</artifactId>
+ <version>
4.11
</version>
<scope>test</scope>
</dependency>
</dependencies>