diff options
Diffstat (limited to 'id')
-rw-r--r-- | id/moa-spss-container/pom.xml | 25 | ||||
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 26 |
2 files changed, 48 insertions, 3 deletions
diff --git a/id/moa-spss-container/pom.xml b/id/moa-spss-container/pom.xml index 7f13593a8..c0fcca040 100644 --- a/id/moa-spss-container/pom.xml +++ b/id/moa-spss-container/pom.xml @@ -12,9 +12,32 @@ <description>This module holds MOA-SPSS and all required library</description> <properties> - <repositoryPath>${basedir}/../../../repository</repositoryPath> + <repositoryPath>${basedir}/../../repository</repositoryPath> </properties> + <profiles> + <profile> + <id>default</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <repositories> + <repository> + <id>local</id> + <name>local</name> + <url>file:${basedir}/../../repository</url> + </repository> + <repository> + <id>egiz-commons</id> + <url>https://demo.egiz.gv.at/int-repo/</url> + <releases> + <enabled>true</enabled> + </releases> + </repository> + </repositories> + </profile> + </profiles> + <dependencies> <!-- we need Axis 1.1 here, 1.0 is included in SPSS --> <dependency> diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index b43efac9e..31e42b6c2 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -13,10 +13,32 @@ <repositoryPath>${basedir}/../../../../repository</repositoryPath> <eidas-commons.version>eidas.1.0</eidas-commons.version> - <eidas-saml-engine.version>eidas.1.0</eidas-saml-engine.version> - + <eidas-saml-engine.version>eidas.1.0</eidas-saml-engine.version> </properties> + <profiles> + <profile> + <id>default</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <repositories> + <repository> + <id>local</id> + <name>local</name> + <url>file:${basedir}/../../../../repository</url> + </repository> + <repository> + <id>egiz-commons</id> + <url>https://demo.egiz.gv.at/int-repo/</url> + <releases> + <enabled>true</enabled> + </releases> + </repository> + </repositories> + </profile> + </profiles> + <dependencies> <dependency> <groupId>org.springframework</groupId> |