aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth-final
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 16:01:38 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-09 16:01:38 +0100
commit989f5cfa9c9c6f60ce6e161983be8434ca87a698 (patch)
treeb46a7c66a5c10d5d6dcbf31392fa62796e927bc9 /id/server/auth-final
parent95a13bba7fc04b13a666442bbe9ef89d3822068e (diff)
downloadmoa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.tar.gz
moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.tar.bz2
moa-id-spss-989f5cfa9c9c6f60ce6e161983be8434ca87a698.zip
remove MOA-SPSS from buildpath and add MOA-SPSS container-modul
Diffstat (limited to 'id/server/auth-final')
-rw-r--r--id/server/auth-final/pom.xml36
1 files changed, 17 insertions, 19 deletions
diff --git a/id/server/auth-final/pom.xml b/id/server/auth-final/pom.xml
index b6b153ec3..a0f20ba1f 100644
--- a/id/server/auth-final/pom.xml
+++ b/id/server/auth-final/pom.xml
@@ -74,27 +74,25 @@
</build>
<dependencies>
-
-
- <!-- we need Axis 1.1 here, 1.0 is included in SPSS -->
<dependency>
- <groupId>MOA.spss.server</groupId>
- <artifactId>moa-spss-lib</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>iaik_pki_module</artifactId>
- <groupId>iaik</groupId>
- </exclusion>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- <exclusion>
- <artifactId>axis-wsdl4j</artifactId>
- <groupId>axis</groupId>
- </exclusion>
- </exclusions>
+ <groupId>MOA.id</groupId>
+ <artifactId>moa-spss-container</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>iaik_pki_module</artifactId>
+ <groupId>iaik</groupId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <artifactId>axis-wsdl4j</artifactId>
+ <groupId>axis</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
+
<dependency>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-lib</artifactId>