aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-04-01 13:34:52 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-04-01 13:34:52 +0200
commitb9dbd4eed6cb0615a883de2e871e849fb32f1258 (patch)
tree04039923afae7631385640a2d564168bc3071846 /pom.xml
parent4645963011550f50dd1a40186d5896b468f010d1 (diff)
downloadmoa-id-spss-b9dbd4eed6cb0615a883de2e871e849fb32f1258.tar.gz
moa-id-spss-b9dbd4eed6cb0615a883de2e871e849fb32f1258.tar.bz2
moa-id-spss-b9dbd4eed6cb0615a883de2e871e849fb32f1258.zip
update Axis to axis-1.0_IAIK_1.1.jar
- solve problems with possible XML External Entity (XXE) attacks - DocType Declarations are not allowed in axis-1.0_IAIK_1.1.jar
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b8e1bc1df..90284c712 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
- <version>1.0_IAIK</version>
+ <version>1.0_IAIK_1.1</version>
<scope>compile</scope>
</dependency>
<dependency>