diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 16:40:16 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 16:40:16 +0200 |
commit | aca6191752a2a73f7fa6930e93cd9e38e845e2ae (patch) | |
tree | 266302144e7464beb5392080639ecb753e84bf59 /pom.xml | |
parent | ba6e6824d59863f79d1d944cbff7e2b8cd87044c (diff) | |
download | moa-id-spss-aca6191752a2a73f7fa6930e93cd9e38e845e2ae.tar.gz moa-id-spss-aca6191752a2a73f7fa6930e93cd9e38e845e2ae.tar.bz2 moa-id-spss-aca6191752a2a73f7fa6930e93cd9e38e845e2ae.zip |
update JaxB versions
- jaxb-api to 2.2.11
- jaxb-impl to 2.2.7
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -372,12 +372,12 @@ <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.2.6</version>
+ <version>2.2.11</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>2.2.5</version>
+ <version>2.2.7</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
|