aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2014-02-06 09:15:59 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2014-02-06 09:15:59 +0100
commitf9b31bdc4781d6eca20bc2d993f08f6a4eb462f2 (patch)
tree2228ff94390b31fa43bb18fc19b0ad1dce6eca55 /pom.xml
parentc38588d66605e8345664ff7fd935aafbf27237f9 (diff)
downloadmoa-id-spss-f9b31bdc4781d6eca20bc2d993f08f6a4eb462f2.tar.gz
moa-id-spss-f9b31bdc4781d6eca20bc2d993f08f6a4eb462f2.tar.bz2
moa-id-spss-f9b31bdc4781d6eca20bc2d993f08f6a4eb462f2.zip
new depenency management for moa-id-configuration
to avoid problems with HeapSpace
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 33ca79239..d87ab8a4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,18 @@
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>opensaml</artifactId>
+ <version>2.6.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>xmltooling</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+
+
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>