diff options
author | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-10 15:48:06 +0100 |
---|---|---|
committer | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-10 15:48:06 +0100 |
commit | 403896aef0f9d3c76bbfcf3e970ae7dbc983ffd4 (patch) | |
tree | 39dafb34dcd6537069ed96f249410f592e4a461e /spss/server/serverlib/pom.xml | |
parent | 6cc5cd2311c9e6cde062fa4034444969f9c293e0 (diff) | |
download | moa-id-spss-403896aef0f9d3c76bbfcf3e970ae7dbc983ffd4.tar.gz moa-id-spss-403896aef0f9d3c76bbfcf3e970ae7dbc983ffd4.tar.bz2 moa-id-spss-403896aef0f9d3c76bbfcf3e970ae7dbc983ffd4.zip |
Update trustprofiles and certstore
Update TSL processing (working directory handling)
Update groupId of IAIK dependencies
Diffstat (limited to 'spss/server/serverlib/pom.xml')
-rw-r--r-- | spss/server/serverlib/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 2a6fd382f..5a2f001d4 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -143,16 +143,16 @@ </dependency>
<dependency>
- <groupId>iaik.prod</groupId>
+ <groupId>iaik</groupId>
<artifactId>iaik_tsl</artifactId>
</dependency>
<dependency>
- <groupId>iaik.prod</groupId>
+ <groupId>iaik</groupId>
<artifactId>iaik_util</artifactId>
</dependency>
<dependency>
- <groupId>iaik.prod</groupId>
- <artifactId>iaik_xsect</artifactId>
+ <groupId>iaik</groupId>
+ <artifactId>iaik_xsect_eval</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
@@ -167,7 +167,7 @@ <artifactId>sqlite-jdbc</artifactId>
</dependency>
<dependency>
- <groupId>iaik.prod</groupId>
+ <groupId>iaik</groupId>
<artifactId>iaik_jsse</artifactId>
</dependency>
|