aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-08-11 15:31:57 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-08-11 15:31:57 +0200
commit2f4f5750cf0d3fc83793a31017daee331410015a (patch)
tree8eeeb1b583a1cedf7a397475b0d1f9af5a1ad9c4 /pom.xml
parentbf37cb9cb4f5d2b2e79399ce544cde82994b696f (diff)
downloadmoa-id-spss-2f4f5750cf0d3fc83793a31017daee331410015a.tar.gz
moa-id-spss-2f4f5750cf0d3fc83793a31017daee331410015a.tar.bz2
moa-id-spss-2f4f5750cf0d3fc83793a31017daee331410015a.zip
Update iaik-TSL library (ETSI TS119612 V1.2.1)
* change Version to 2.0.2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 13 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 52e2c8570..8d428f062 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
<moa-commons-version>2.0.0</moa-commons-version>
<moa-id-version>2.1.1-Snapshot</moa-id-version>
<moa-id-proxy-version>2.0.0</moa-id-proxy-version>
- <moa-spss-version>2.0.1</moa-spss-version>
+ <moa-spss-version>2.0.2</moa-spss-version>
<configtool-version>1.1.1-Snapshot</configtool-version>
<demo-oa-version>2.0.2</demo-oa-version>
</properties>
@@ -403,14 +403,23 @@
<type>dll</type>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.2.11</version>
+ </dependency>
<!-- TSL -->
<dependency>
<groupId>iaik</groupId>
<artifactId>iaik_tsl</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
</dependency>
- <dependency>
+
+
+
+<!-- <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_util</artifactId>
<version>0.23</version>
@@ -421,11 +430,6 @@
<version>1.1709142</version>
</dependency>
<dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.2.11</version>
- </dependency>
- <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.7</version>
@@ -439,7 +443,7 @@
<groupId>iaik</groupId>
<artifactId>iaik_jsse</artifactId>
<version>4.4</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>xerces</groupId>