diff options
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/pom.xml')
-rw-r--r-- | eaaf_modules/eaaf_module_moa-sig/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml index 98a7ddaf..a8bcb66f 100644 --- a/eaaf_modules/eaaf_module_moa-sig/pom.xml +++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml @@ -142,7 +142,12 @@ <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_xsect</artifactId> - </dependency> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + </dependency> + <dependency> |