diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-11-18 11:28:05 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-11-18 11:28:05 +0100 |
commit | 450d036e56f6e2396bd7be2da244b8cfa5a5801f (patch) | |
tree | a489d841e8600c52622fb7e70113b21e82eef406 /id/server/auth | |
parent | f6c9d4d2f12db71cf1195f0f0f932cf808289bb4 (diff) | |
download | moa-id-spss-450d036e56f6e2396bd7be2da244b8cfa5a5801f.tar.gz moa-id-spss-450d036e56f6e2396bd7be2da244b8cfa5a5801f.tar.bz2 moa-id-spss-450d036e56f6e2396bd7be2da244b8cfa5a5801f.zip |
X509TrustManager Update
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/.settings/org.eclipse.wst.common.component | 6 | ||||
-rw-r--r-- | id/server/auth/pom.xml | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/id/server/auth/.settings/org.eclipse.wst.common.component b/id/server/auth/.settings/org.eclipse.wst.common.component index 40733a1ce..2250777cb 100644 --- a/id/server/auth/.settings/org.eclipse.wst.common.component +++ b/id/server/auth/.settings/org.eclipse.wst.common.component @@ -6,15 +6,9 @@ <dependent-module archiveName="moa-common-2.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-common/moa-common"> <dependency-type>uses</dependency-type> </dependent-module> - <dependent-module archiveName="moa-id-lib-1.9.96-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-id-lib/moa-id-lib"> - <dependency-type>uses</dependency-type> - </dependent-module> <dependent-module archiveName="stork-saml-engine-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/stork-saml-engine/stork-saml-engine"> <dependency-type>uses</dependency-type> </dependent-module> - <dependent-module archiveName="moa-id-commons-1.9.96-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-id-commons/moa-id-commons"> - <dependency-type>uses</dependency-type> - </dependent-module> <property name="context-root" value="moa-id-auth"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/resources"/> <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 3423deb79..350087e40 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>MOA.id</groupId> <artifactId>moa-id</artifactId> - <version>1.9.96-SNAPSHOT</version> + <version>1.9.97-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |