diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-30 09:19:58 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-30 09:19:58 +0100 |
commit | 714e1895abf0ae67a8d97f680fd896cd46cfc6cb (patch) | |
tree | b7ef44590d03c604a1b490af28e46bfd798bec32 /pom.xml | |
parent | 3529603a9c841f5554f390bab02032e2950cf2d6 (diff) | |
download | moa-id-spss-714e1895abf0ae67a8d97f680fd896cd46cfc6cb.tar.gz moa-id-spss-714e1895abf0ae67a8d97f680fd896cd46cfc6cb.tar.bz2 moa-id-spss-714e1895abf0ae67a8d97f680fd896cd46cfc6cb.zip |
switch to axis-1.0_IAIK_1.2.jar to solve problems with wsdl resource loader
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ <dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
- <version>1.0_IAIK_1.1</version>
+ <version>1.0_IAIK_1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
|