diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-28 08:33:10 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-28 08:33:10 +0100 |
commit | 77bcf9be400312591244c6c00ff142d45d6586ad (patch) | |
tree | 161ce8f9a8a67755cddfca10c69cfb5bd03e4786 /id | |
parent | 263393a2e96f6a76a3f82ef6602056bcc5881cca (diff) | |
download | moa-id-spss-77bcf9be400312591244c6c00ff142d45d6586ad.tar.gz moa-id-spss-77bcf9be400312591244c6c00ff142d45d6586ad.tar.bz2 moa-id-spss-77bcf9be400312591244c6c00ff142d45d6586ad.zip |
fix maven dependency build problem
Diffstat (limited to 'id')
-rw-r--r-- | id/server/modules/moa-id-modules-saml1/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/id/server/modules/moa-id-modules-saml1/pom.xml b/id/server/modules/moa-id-modules-saml1/pom.xml index d0d8f6a48..64f5cb565 100644 --- a/id/server/modules/moa-id-modules-saml1/pom.xml +++ b/id/server/modules/moa-id-modules-saml1/pom.xml @@ -8,7 +8,6 @@ <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-saml1</artifactId> - <version>${moa-id-version}</version> <packaging>jar</packaging> <name>MOA ID-Module SAML1</name> @@ -24,7 +23,6 @@ <artifactId>moa-id-lib</artifactId> <scope>test</scope> <type>test-jar</type> - <version>${moa-id-version}</version> </dependency> <dependency> |