aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-07-17Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshotThomas Lenz1-752/+773
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/modules/internal/tasks/GetMISSessionIDTask.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyAuthenticationBlockServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyIdentityLinkServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/OAParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/SSOManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthRequest.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20TokenRequest.java id/server/moa-id-commons/pom.xml id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java pom.xml
2015-06-19update pomThomas Lenz1-7/+9
2015-06-19New configuration implementation with full key/value functionalityThomas Lenz1-0/+8
2015-06-19Fix spring dependencies.Martin Bonato1-643/+631
2015-06-19Add unit initial unit tests.Martin Bonato1-2/+12
2015-06-19use junit4 only in moa-id-commonsGerwin Gsenger1-1/+1
2015-06-19add missing junit artifact to 'moa-id-commons' and update its version to 4.11Christian Wagner1-1/+1
2015-06-19add initial version of a moaid-configuration test, does not work if old db ↵Gerwin Gsenger1-1/+6
is not initialized
2015-06-19move 'persistence' package from project 'moa-id-DTI' hereChristian Wagner1-0/+16
2015-06-19add Jackson 2.5.0 annotationsChristian Wagner1-0/+6
2015-06-19switch to Jackson Version 2.5.0Gerwin Gsenger1-0/+12
2015-06-16update version to next releaseThomas Lenz1-5/+5
2015-05-18Add first parts for revisionsloggingThomas Lenz1-1/+6
2015-04-22add unique session ID for loggingThomas Lenz1-0/+21
2015-04-20change to new snapshot versionThomas Lenz1-5/+5
2015-04-20Revert "update versions to new snapshot"Thomas Lenz1-5/+5
This reverts commit feb8128c8b2586c42b7b79c438e7bc6dc54e504d.
2015-04-17update versions to new snapshotThomas Lenz1-5/+5
2015-04-16update library versionsThomas Lenz1-12/+77
2015-02-26change version to new SnapshotThomas Lenz1-5/+5
2015-02-26change Version to 2.2.0MOA-ID-2.2.0Thomas Lenz1-7/+7
2015-02-26update third party librariesThomas Lenz1-4/+20
2015-02-20fix possible problem with different bouncycastle versionsThomas Lenz1-0/+6
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz1-12/+100
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml
2015-02-06Code cleanupThomas Knall1-2/+3
- Set moa-id version to 2.2.0-SNAPSHOT. - Fix Javadoc syntax issues in newly added classes. - Add warning log when executing deprecated auth sources.
2015-02-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall1-0/+5
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet.
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall1-1/+6
- Add new maven module moa-id-modules and sub module moa-id-module-stork. - Move stork relates processes and task to module moa-id-module-stork. - Move module registration to modules package.
2015-01-19update librariesThomas Lenz1-5/+5
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4
2015-01-16Add dti-process-engine support.Thomas Knall1-0/+10
2015-01-16add HTTP Proxy support to MIS and SZR-GW webservice request methodsThomas Lenz1-0/+5
2015-01-07Set MOA modules' version to *-SNAPSHOT.Thomas Knall1-8/+26
2014-12-19change MOA-ID version to 2.1.2.2Thomas Lenz1-1/+1
2014-11-25Fix build.Thomas Knall1-3/+52
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests.
2014-11-04change versionThomas Lenz1-2/+2
2014-10-30switch to axis-1.0_IAIK_1.2.jar to solve problems with wsdl resource loaderThomas Lenz1-1/+1
2014-10-29change versionThomas Lenz1-4/+4
2014-10-29Merge branch 'ISA-1.18-action' into moa-2.1-SnapshotThomas Lenz1-5/+5
Conflicts: id/server/idserverlib/pom.xml
2014-10-29Update third-party libsThomas Lenz1-5/+5
- some implementation updates was required
2014-10-24change versionThomas Lenz1-2/+2
2014-10-24add new classes for Role managementThomas Lenz1-2/+2
2014-10-21change config tool version to 1.1.3Thomas Lenz1-1/+1
2014-09-19update librariesThomas Lenz1-5/+5
- opensaml > 2.6.3 - iaik-moa > 1.51 - iaik_jce_full > 5.2 - iaik_cms > 5.0
2014-09-16Revert "change to new development versions"Thomas Lenz1-3/+3
This reverts commit 6bb4e70c80428af4cfdcc11fdc0f9039480418d6.
2014-09-16solve problem with xml-apis.jar and xercesImpl.jarThomas Lenz1-1/+1
2014-09-15change to new development versionsThomas Lenz1-3/+3
2014-09-12update dependency versionThomas Lenz1-11/+10
> org.apache.struts:struts2-core 2.3.16.3 > org.apache.struts:struts2-json-plugin 2.3.16.3 > joda-time:joda-time 2.4 > org.slf4j:jcl-over-slf4j 1.7.7 > org.slf4j:jul-to-slf4j 1.7.7 > org.slf4j:slf4j-api 1.7.7 > org.slf4j:slf4j-log4j12 1.7.7 > mysql:mysql-connector-java 5.1.32 > org.hibernate:hibernate-core 4.3.6.Final > org.hibernate:hibernate-entitymanager 4.3.6.Final > org.hibernate:hibernate-c3p0 4.3.6.Final > com.google.http-client:google-http-client-jackson2 1.19.0 > com.google.oauth-client:google-oauth-client-jetty 1.19.0 > org.apache.commons:commons-lang3 3.3.2 > commons-codec:commons-codec 1.9 > commons-logging:commons-logging 1.2 > xerces:xercesImpl 2.11.0 > postgresql:postgresql 9.3-1102-jdbc41 > junit:junit 3.8.2
2014-09-10remove dependency entriesThomas Lenz1-6/+0
2014-08-25resolving build issuesBojan Suzic1-1/+5
2014-08-11Update iaik-TSL library (ETSI TS119612 V1.2.1)Thomas Lenz1-9/+13
* change Version to 2.0.2
2014-07-08change Version toThomas Lenz1-2/+2
MOA-ID-Auth 2.1.1-Snapshot MOA-ID-Configuration 1.1.1-Snapshot
2014-07-03update handbook and change version to 2.1.0Thomas Lenz1-2/+2