aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Bonato <mbonato@datentechnik-innovation.com>2015-01-21 16:55:53 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-06-19 11:08:37 +0200
commitd24179f90949ff6768f89eea0073f65990d0765a (patch)
tree842ee9a20e052fd1e347d93a080a657a8bac0028 /pom.xml
parent54cb4518bd64dba0c1f373f262afb7a988f35e1a (diff)
downloadmoa-id-spss-d24179f90949ff6768f89eea0073f65990d0765a.tar.gz
moa-id-spss-d24179f90949ff6768f89eea0073f65990d0765a.tar.bz2
moa-id-spss-d24179f90949ff6768f89eea0073f65990d0765a.zip
Add unit initial unit tests.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f237cbbe1..ef5528640 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,8 +696,18 @@
<artifactId>spring-orm</artifactId>
<version>${spring-orm-version}</version>
</dependency>
-
- </dependencies>
+
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>3.3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.unitils</groupId>
+ <artifactId>unitils-core</artifactId>
+ <version>3.4.2</version>
+ </dependency>
+ </dependencies>
</dependencyManagement>
<dependencies>