diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-01 13:34:52 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-01 13:34:52 +0200 |
commit | b9dbd4eed6cb0615a883de2e871e849fb32f1258 (patch) | |
tree | 04039923afae7631385640a2d564168bc3071846 /pom.xml | |
parent | 4645963011550f50dd1a40186d5896b468f010d1 (diff) | |
download | moa-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>
|