From 5d83525a967b66e74b4bd868de7f9805d5d52f84 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 16 Dec 2015 08:07:12 +0100 Subject: add empty eIDAS module --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 28c2d1588..b991b92e9 100644 --- a/pom.xml +++ b/pom.xml @@ -455,7 +455,13 @@ MOA.id.server.modules moa-id-modul-citizencard_authentication ${moa-id-version} - + + + MOA.id.server.modules + moa-id-module-eIDAS + ${moa-id-version} + + MOA.spss.server -- cgit v1.2.3 From abd4a6743f610bf85392b6517457ae353e7e3322 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 22 Jan 2016 13:56:40 +0100 Subject: change version to 3.2.0-Snapshot which is alias for OPB --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b9c929b40..05b2ccaef 100644 --- a/pom.xml +++ b/pom.xml @@ -22,11 +22,11 @@ --> - 3.1.0-RC1 - 3.1.0-RC1 + 3.2.0-OPB-Snapshot + 3.2.0-OPB-Snapshot 2.0.1-Snapshot 2.0.5-RC1 - 2.1.0-RC1 + 2.2.0-OPB-Snapshot 2.0.5 -- cgit v1.2.3 From 77bcf9be400312591244c6c00ff142d45d6586ad Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 28 Jan 2016 08:33:10 +0100 Subject: fix maven dependency build problem --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 05b2ccaef..a68b5f1c4 100644 --- a/pom.xml +++ b/pom.xml @@ -437,6 +437,14 @@ ${moa-id-version} compile + + MOA.id.server + moa-id-lib + ${moa-id-version} + test + test-jar + + MOA.id.server.modules moa-id-module-stork -- cgit v1.2.3 From f441b49a4eadb475396217901bbbc49973ca8107 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 22 Feb 2016 11:35:18 +0100 Subject: add first parts of new federated authentication modul --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a68b5f1c4..14a30d3c0 100644 --- a/pom.xml +++ b/pom.xml @@ -475,6 +475,17 @@ moa-id-module-eIDAS ${moa-id-version} + + MOA.id.server.modules + moa-id-module-pvp2 + ${moa-id-version} + + + + MOA.id.server.modules + moa-id-modules-federated_authentication + ${moa-id-version} + -- cgit v1.2.3 From c732eccaaa0bae8ec551dabfed165991b1c2fcff Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 26 Feb 2016 08:31:11 +0100 Subject: Add initial version of ELGA mandate-service authentication-module --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 14a30d3c0..a450357d8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,8 @@ 2.0.5-RC1 2.2.0-OPB-Snapshot 2.0.5 + + 1.0.0-Snapshot 4.2.4.RELEASE @@ -480,12 +482,18 @@ moa-id-module-pvp2 ${moa-id-version} - MOA.id.server.modules moa-id-modules-federated_authentication ${moa-id-version} + + + MOA.id.server.modules + moa-id-module-elga_mandate_service + ${moa-id-module-elga_mandate_client} + + -- cgit v1.2.3 From b9937af42fdab6b85aa1121148bda474c70f5e75 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 8 Mar 2016 11:10:19 +0100 Subject: finish first beta-version of ELGA mandate-service client-module --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a450357d8..ed1c361f8 100644 --- a/pom.xml +++ b/pom.xml @@ -421,6 +421,12 @@ 1.46 + + MOA.id.server + moa-id-spring-initializer + ${moa-id-version} + + MOA moa-common @@ -446,7 +452,7 @@ test test-jar - + MOA.id.server.modules moa-id-module-stork -- cgit v1.2.3 From f66ed1831a4877d6c7cb3c55bbc3fd84024a1523 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 9 Mar 2016 09:14:38 +0100 Subject: move main frontend GUI to seperate package --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ed1c361f8..467f2cf28 100644 --- a/pom.xml +++ b/pom.xml @@ -427,6 +427,12 @@ ${moa-id-version} + + MOA.id.server + moa-id-frontend-resources + ${moa-id-version} + + MOA moa-common -- cgit v1.2.3 From d60ceb70869148deb9f85751c63460fa245a8c7f Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 9 Mar 2016 12:14:18 +0100 Subject: split moa-id-auth in a final- and an edjucation- version --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 467f2cf28..9fb67e58a 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,11 @@ 3.2.0-OPB-Snapshot + 3.2.0-OPB-Snapshot + 3.2.0-RC1 + 3.2.0-OPB-Snapshot + 2.0.1-Snapshot 2.0.5-RC1 2.2.0-OPB-Snapshot @@ -218,7 +222,8 @@ moa UTF-8 - id/assembly-auth.xml + id/assembly-auth-final.xml + id/assembly-auth-edu.xml id/assembly-proxy.xml spss/assembly.xml spss/assembly-lib.xml -- cgit v1.2.3 From 74d8c83f76074d2d0df784cb4a305c586a702d25 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 9 Mar 2016 13:41:09 +0100 Subject: move moa-common to moa-id-common, because MOA-SPSS becomes a seperate project --- pom.xml | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9fb67e58a..a84bbc27b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,12 +29,15 @@ 3.2.0-OPB-Snapshot 2.0.1-Snapshot - 2.0.5-RC1 + 2.2.0-OPB-Snapshot 2.0.5 1.0.0-Snapshot + + 2.0.5-RC1 + 4.2.4.RELEASE 2.18.1 @@ -69,9 +72,11 @@ - common - spss + + + id + @@ -224,9 +229,10 @@ id/assembly-auth-final.xml id/assembly-auth-edu.xml - id/assembly-proxy.xml - spss/assembly.xml - spss/assembly-lib.xml + id/assembly-proxy.xml + + @@ -438,12 +444,12 @@ ${moa-id-version} - + MOA.id.server moa-id-lib @@ -511,27 +517,27 @@ ${moa-id-module-elga_mandate_client} - - - + + MOA.spss.server moa-spss-lib ${moa-spss-version} compile - + + + junit junit -- cgit v1.2.3 From 989f5cfa9c9c6f60ce6e161983be8434ca87a698 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 9 Mar 2016 16:01:38 +0100 Subject: remove MOA-SPSS from buildpath and add MOA-SPSS container-modul --- pom.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a84bbc27b..68620b71b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,7 @@ 2.0.1 --> - - 3.2.0-OPB-Snapshot - + 3.2.0-OPB-Snapshot 3.2.0-RC1 3.2.0-OPB-Snapshot @@ -444,12 +442,12 @@ ${moa-id-version} - + + MOA.id + moa-spss-container + ${moa-id-version} + + MOA.id.server moa-id-lib @@ -525,19 +523,20 @@ compile - - + + junit junit -- cgit v1.2.3 From 23cded37cfe100bf51480c08827166666e464c6c Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 18 Mar 2016 11:35:31 +0100 Subject: update slf4j --- pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 68620b71b..4117c52b4 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 3.1.4 2.3.24.1 2.0.0 - 1.7.13 + 1.7.19 4.3.11.Final 5.1.38 4.11 @@ -373,12 +373,20 @@ compile - + + + org.apache.logging.log4j + log4j-core + 2.5 + + + + org.postgresql postgresql -- cgit v1.2.3 From 54a26c8e353069abacefe5232f8270bec6b3cc60 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 21 Mar 2016 15:49:24 +0100 Subject: update libs --- pom.xml | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4117c52b4..f9657240e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,8 @@ 3.2.0-OPB-Snapshot - 3.2.0-RC1 + + 3.1.0-RC2 3.2.0-OPB-Snapshot 2.0.1-Snapshot @@ -32,31 +33,35 @@ 2.0.5 1.0.0-Snapshot - - - 2.0.5-RC1 - + + - 4.2.4.RELEASE - 2.18.1 - 2.6.5 - 1.4.5 - 3.1.4 + 2.0.5 + + 4.2.5.RELEASE + 2.19.1 + + 2.6.6 + 1.4.6 + + 5.1.0.Final + 3.1.5 2.3.24.1 + 2.0.0 - 1.7.19 - 4.3.11.Final + + 1.7.19 5.1.38 - 4.11 + 4.11 2.4 3.4 4.1 3.2.2 2.7 - 2.7.0 + 2.7.3 1.3.1 - 3.1.1.RELEASE + ${org.springframework.version} @@ -337,7 +342,7 @@ - + + jaxen jaxen @@ -411,7 +417,7 @@ org.apache.httpcomponents httpclient - 4.5.1 + 4.5.2 dav4j @@ -432,11 +438,11 @@ --> - + MOA.id.server -- cgit v1.2.3 From f5970e6aa4f621e870db8a9337fb00598cd85703 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 22 Mar 2016 08:49:49 +0100 Subject: update third party libs --- pom.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f9657240e..41af492da 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ 2.6.6 1.4.6 + 2.0.6 5.1.0.Final 3.1.5 @@ -52,7 +53,7 @@ 1.7.19 5.1.38 - 4.11 + 3.8.2 2.4 3.4 4.1 @@ -285,6 +286,13 @@ xmltooling ${xmltooling.version} + + org.apache.santuario + xmlsec + ${xmlsec.version} + + + org.apache.cxf @@ -554,7 +562,7 @@ junit junit - 3.8.2 + ${junit.version} test @@ -566,9 +574,9 @@ javax.servlet - servlet-api - 2.4 - provide + javax.servlet-api + 3.0.1 + provide javax.activation -- cgit v1.2.3 From e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 7 Apr 2016 10:45:13 +0200 Subject: small default-config and handbook updates for final version 3.1.0 --- pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 41af492da..afb98bc97 100644 --- a/pom.xml +++ b/pom.xml @@ -22,17 +22,17 @@ --> - 3.2.0-OPB-Snapshot + 3.1.0 - 3.1.0-RC2 + 3.1.0 3.2.0-OPB-Snapshot 2.0.1-Snapshot - 2.2.0-OPB-Snapshot + 2.2.0-final 2.0.5 - 1.0.0-Snapshot + 1.0-RC1 @@ -46,8 +46,8 @@ 2.0.6 5.1.0.Final - 3.1.5 - 2.3.24.1 + 3.1.6 + 2.3.28 2.0.0 @@ -468,6 +468,7 @@ MOA.id moa-spss-container ${moa-id-version} + pom -- cgit v1.2.3