diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-06-12 08:54:41 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-06-12 09:02:32 +0200 |
commit | 5d306c41c0033f330413cf2b18db9f1137d51980 (patch) | |
tree | 0094d3a7139cd88cbd669bda6ce2146a37632f98 /eaaf_modules/eaaf_module_moa-sig/pom.xml | |
parent | 6a0f115655b6c01c436cb020b47705502a9e9ccd (diff) | |
download | EAAF-Components-5d306c41c0033f330413cf2b18db9f1137d51980.tar.gz EAAF-Components-5d306c41c0033f330413cf2b18db9f1137d51980.tar.bz2 EAAF-Components-5d306c41c0033f330413cf2b18db9f1137d51980.zip |
Fix dependencies
- Add moa-sig-lib's pom to eaaf_modules/eaaf_module_moa-sig/repository
such that maven is able to resolve its transitive dependencies.
- Add jaxen dependency to moa-sig-lib
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> |