diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-23 18:57:12 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-23 18:57:12 +0100 |
commit | fd2752d6cb5a95aca7ed2206a9b8258942f17655 (patch) | |
tree | ccdd410f58076c5a4917e97e9307403ea8e6c9a2 /id/server/modules/module-stork/pom.xml | |
parent | 5e085447e8560df030af5c4a72e6cb17beb6c760 (diff) | |
download | moa-id-spss-fd2752d6cb5a95aca7ed2206a9b8258942f17655.tar.gz moa-id-spss-fd2752d6cb5a95aca7ed2206a9b8258942f17655.tar.bz2 moa-id-spss-fd2752d6cb5a95aca7ed2206a9b8258942f17655.zip |
Improve Process Engine signal servlet (MOAID-73)
- Update Process Engine signal servlet in order to allow module to provider their own strategy for providing the moa session id.
- Update moa id handbook.
- Update javadoc.
Diffstat (limited to 'id/server/modules/module-stork/pom.xml')
-rw-r--r-- | id/server/modules/module-stork/pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/id/server/modules/module-stork/pom.xml b/id/server/modules/module-stork/pom.xml index 8761e17ee..234c8d28a 100644 --- a/id/server/modules/module-stork/pom.xml +++ b/id/server/modules/module-stork/pom.xml @@ -18,5 +18,22 @@ <properties> <repositoryPath>${basedir}/../../../../repository</repositoryPath> </properties> - + + <dependencies> + + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + + </dependencies> + </project> |