diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-29 12:06:22 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-29 12:06:22 +0100 |
commit | 53c6beba7017b74955818f4768b76133f08e784e (patch) | |
tree | 2eea46749d9ca3709753658885c1be3f5e6b8070 /pom.xml | |
parent | af0f895ce9fac2fd5eb0faf4570881aace2198fa (diff) | |
download | moa-id-spss-53c6beba7017b74955818f4768b76133f08e784e.tar.gz moa-id-spss-53c6beba7017b74955818f4768b76133f08e784e.tar.bz2 moa-id-spss-53c6beba7017b74955818f4768b76133f08e784e.zip |
Update third-party libs
- some implementation updates was required
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -406,7 +406,7 @@ <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.2.11</version>
+ <version>2.2.12</version>
</dependency>
<!-- TSL -->
@@ -445,7 +445,7 @@ <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
+ <version>2.11.0</version>
<scope>compile</scope>
</dependency>
<!-- The xmlParserAPIs.jar of the official xalan distribution
@@ -457,7 +457,7 @@ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xml-apis</artifactId>
- <version>2.7.1</version><!-- xalan version -->
+ <version>2.11.0</version>
<scope>runtime</scope>
</dependency>
<!-- The xalan.jar of the official xalan distribution
@@ -469,13 +469,13 @@ <dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2</version>
<scope>compile</scope><!-- for XPathAPI, Javadoc,...-->
</dependency>
<dependency>
<groupId>xalan-bin-dist</groupId>
<artifactId>serializer</artifactId>
- <version>2.7.1</version><!-- xalan version -->
+ <version>2.7.2</version><!-- xalan version -->
<scope>runtime</scope>
</dependency>
</dependencies>
|