diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-20 14:13:06 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-20 14:13:06 +0100 |
commit | b8921ce59e4057b1c0b16e94b6040225505c57f9 (patch) | |
tree | cb543ed908d521919b6fc0345d43b50275273251 /id/server/idserverlib | |
parent | 70e3ac3a5a76c430f453019eba72a1f291069913 (diff) | |
parent | 7729784e532189f469791d74af14d6a8229aa6db (diff) | |
download | moa-id-spss-b8921ce59e4057b1c0b16e94b6040225505c57f9.tar.gz moa-id-spss-b8921ce59e4057b1c0b16e94b6040225505c57f9.tar.bz2 moa-id-spss-b8921ce59e4057b1c0b16e94b6040225505c57f9.zip |
merge
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r-- | id/server/idserverlib/moa-id-lib.iml | 4 | ||||
-rw-r--r-- | id/server/idserverlib/pom.xml | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/id/server/idserverlib/moa-id-lib.iml b/id/server/idserverlib/moa-id-lib.iml index 5dae15c18..7d8f0ec07 100644 --- a/id/server/idserverlib/moa-id-lib.iml +++ b/id/server/idserverlib/moa-id-lib.iml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false"> - <output url="file://$MODULE_DIR$/target/classes" /> - <output-test url="file://$MODULE_DIR$/target/test-classes" /> + <output url="file://$MODULE_DIR$/../../target/classes" /> + <output-test url="file://$MODULE_DIR$/../../target/test-classes" /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index f495ba9b3..b759fa04d 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -25,11 +25,6 @@ </repositories>
<dependencies>
- <dependency>
- <groupId>eu.stork</groupId>
- <artifactId>SamlEngine</artifactId>
- <version>1.1.0</version>
- </dependency>
<dependency>
<groupId>eu.stork</groupId>
<artifactId>oasis-dss-api</artifactId>
|