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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -71,7 +71,7 @@ <com.fasterxml.jackson.core.version>2.9.8</com.fasterxml.jackson.core.version> <org.bitbucket.b_c.jose4j.version>0.6.5</org.bitbucket.b_c.jose4j.version> - <jaxen.verion>1.1.6</jaxen.verion> + <jaxen.jaxen.version>1.1.6</jaxen.jaxen.version> <xerces.version>2.11.0</xerces.version> <xalan.version>2.7.1</xalan.version> @@ -326,9 +326,9 @@ <version>${org.apache.velocity.version}</version> </dependency> <dependency> - <groupId>jaxen</groupId> - <artifactId>jaxen</artifactId> - <version>${jaxen.verion}</version> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>${jaxen.jaxen.version}</version> </dependency> <dependency> <groupId>xerces</groupId> @@ -385,4 +385,4 @@ </dependencies> </dependencyManagement> -</project>
\ No newline at end of file +</project> |