[Lada-commits] [PATCH 5 of 9] Added persistence extension for arquillian and downgraded junit to have a
Wald Commits
scm-commit at wald.intevation.org
Fri Dec 18 18:01:45 CET 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1450457483 -3600
# Node ID a831d77010f4dfaebe0047e8997f32866a2e213b
# Parent 5bdd1631a451e3e2a9ad1ec4a48cdd71ad7ec040
Added persistence extension for arquillian and downgraded junit to have a
compatible versoin.
diff -r 5bdd1631a451 -r a831d77010f4 pom.xml
--- a/pom.xml Fri Dec 18 17:47:14 2015 +0100
+++ b/pom.xml Fri Dec 18 17:51:23 2015 +0100
@@ -123,7 +123,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -154,6 +154,12 @@
<version>3.0.11.Final</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jboss.arquillian.extension</groupId>
+ <artifactId>arquillian-persistence-dbunit</artifactId>
+ <version>1.0.0.Alpha7</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>
More information about the Lada-commits
mailing list