diff options
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 22 | ||||
-rw-r--r-- | repository/eu/eidas/eidas-commons/1.1.0/eidas-commons-1.1.0.jar | bin | 0 -> 257645 bytes | |||
-rw-r--r-- | repository/eu/eidas/eidas-configmodule/1.1.0/eidas-configmodule-1.1.0.jar | bin | 0 -> 64556 bytes | |||
-rw-r--r-- | repository/eu/eidas/eidas-encryption/1.1.0/eidas-encryption-1.1.0.jar | bin | 0 -> 21038 bytes | |||
-rw-r--r-- | repository/eu/eidas/eidas-light-commons/1.1.0/eidas-light-commons-1.1.0.jar | bin | 0 -> 97207 bytes | |||
-rw-r--r-- | repository/eu/eidas/eidas-saml-engine/1.1.0/eidas-saml-engine-1.1.0.jar | bin | 0 -> 560000 bytes |
6 files changed, 17 insertions, 5 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index addf086d8..174ce40cb 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -12,10 +12,11 @@ <properties> <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-encryption.version>eidas.1.0</eidas-encryption.version> - <eidas-configmodule.version>eidas.1.0</eidas-configmodule.version> + <eidas-commons.version>1.1.0</eidas-commons.version> + <eidas-light-commons.version>1.1.0</eidas-light-commons.version> + <eidas-saml-engine.version>1.1.0</eidas-saml-engine.version> + <eidas-encryption.version>1.1.0</eidas-encryption.version> + <eidas-configmodule.version>1.1.0</eidas-configmodule.version> </properties> @@ -44,6 +45,11 @@ <dependencies> <dependency> + <groupId>MOA.id.server</groupId> + <artifactId>moa-id-lib</artifactId> + </dependency> + + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> @@ -75,6 +81,12 @@ <dependency> <groupId>eu.eidas</groupId> + <artifactId>eidas-light-commons</artifactId> + <version>${eidas-light-commons.version}</version> + </dependency> + + <dependency> + <groupId>eu.eidas</groupId> <artifactId>eidas-configmodule</artifactId> <version>${eidas-configmodule.version}</version> <exclusions> @@ -100,7 +112,7 @@ <!-- eidas SAML Engine --> <dependency> <groupId>eu.eidas</groupId> - <artifactId>saml-engine</artifactId> + <artifactId>eidas-saml-engine</artifactId> <version>${eidas-saml-engine.version}</version> <scope>compile</scope> <exclusions> diff --git a/repository/eu/eidas/eidas-commons/1.1.0/eidas-commons-1.1.0.jar b/repository/eu/eidas/eidas-commons/1.1.0/eidas-commons-1.1.0.jar Binary files differnew file mode 100644 index 000000000..25d4733d1 --- /dev/null +++ b/repository/eu/eidas/eidas-commons/1.1.0/eidas-commons-1.1.0.jar diff --git a/repository/eu/eidas/eidas-configmodule/1.1.0/eidas-configmodule-1.1.0.jar b/repository/eu/eidas/eidas-configmodule/1.1.0/eidas-configmodule-1.1.0.jar Binary files differnew file mode 100644 index 000000000..7df369d68 --- /dev/null +++ b/repository/eu/eidas/eidas-configmodule/1.1.0/eidas-configmodule-1.1.0.jar diff --git a/repository/eu/eidas/eidas-encryption/1.1.0/eidas-encryption-1.1.0.jar b/repository/eu/eidas/eidas-encryption/1.1.0/eidas-encryption-1.1.0.jar Binary files differnew file mode 100644 index 000000000..3886d6f9c --- /dev/null +++ b/repository/eu/eidas/eidas-encryption/1.1.0/eidas-encryption-1.1.0.jar diff --git a/repository/eu/eidas/eidas-light-commons/1.1.0/eidas-light-commons-1.1.0.jar b/repository/eu/eidas/eidas-light-commons/1.1.0/eidas-light-commons-1.1.0.jar Binary files differnew file mode 100644 index 000000000..aaf5c74d8 --- /dev/null +++ b/repository/eu/eidas/eidas-light-commons/1.1.0/eidas-light-commons-1.1.0.jar diff --git a/repository/eu/eidas/eidas-saml-engine/1.1.0/eidas-saml-engine-1.1.0.jar b/repository/eu/eidas/eidas-saml-engine/1.1.0/eidas-saml-engine-1.1.0.jar Binary files differnew file mode 100644 index 000000000..5dc5955e7 --- /dev/null +++ b/repository/eu/eidas/eidas-saml-engine/1.1.0/eidas-saml-engine-1.1.0.jar |