diff options
author | Martin Bonato <mbonato@datentechnik-innovation.com> | 2015-01-21 16:55:53 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:08:37 +0200 |
commit | d24179f90949ff6768f89eea0073f65990d0765a (patch) | |
tree | 842ee9a20e052fd1e347d93a080a657a8bac0028 /id/server/idserverlib/pom.xml | |
parent | 54cb4518bd64dba0c1f373f262afb7a988f35e1a (diff) | |
download | moa-id-spss-d24179f90949ff6768f89eea0073f65990d0765a.tar.gz moa-id-spss-d24179f90949ff6768f89eea0073f65990d0765a.tar.bz2 moa-id-spss-d24179f90949ff6768f89eea0073f65990d0765a.zip |
Add unit initial unit tests.
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r-- | id/server/idserverlib/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index b224717c2..dd24f5d56 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -240,6 +240,16 @@ <version>1.7.6</version>
</dependency> -->
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.unitils</groupId>
+ <artifactId>unitils-core</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
|