summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_moa-sig/pom.xml
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-06-12 08:54:41 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-06-12 09:02:32 +0200
commit5d306c41c0033f330413cf2b18db9f1137d51980 (patch)
tree0094d3a7139cd88cbd669bda6ce2146a37632f98 /eaaf_modules/eaaf_module_moa-sig/pom.xml
parent6a0f115655b6c01c436cb020b47705502a9e9ccd (diff)
downloadEAAF-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.xml7
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>