aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
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
2014-06-13change version to 2.1-RC3MOA-ID-2.1-RC3Thomas Lenz1-2/+2
2014-06-11change project versions:Thomas Lenz1-3/+3
- MOA-ID-Auth to 2.1.0-RC2 - MOA-ID-Configuration to 1.1.0-RC2 - MOA-ID-OA to 2.0.2
2014-05-21build process updateThomas Lenz1-2/+2
2014-05-21Revert "update version management"Thomas Lenz1-2/+2
This reverts commit e147bdb7da8e48c1483c7732a0eb6b6f54699b66. Conflicts: id/ConfigWebTool/pom.xml
2014-05-20update version managementThomas Lenz1-2/+2
2014-05-16update versionsThomas Lenz1-9/+9
2014-04-17add MOA-SPSS version propertyThomas Lenz1-5/+8
2014-04-16change version to 2.0.2-SnapshotThomas Lenz1-6/+27
2014-04-02add moa-id-commons to moa-idspss projectThomas Lenz1-0/+6
2014-04-02Merge remote-tracking branch 'remotes/origin/vidp_2.1_bs' into moa-2.1-SnapshotThomas Lenz1-0/+21
2014-04-01solve problems with Struts 2.3.16.1Thomas Lenz1-2/+2
2014-04-01configBojan Suzic1-0/+21
2014-04-01change version to 2.0.1Thomas Lenz1-8/+8
2014-04-01update Axis to axis-1.0_IAIK_1.1.jarThomas Lenz1-1/+1
- solve problems with possible XML External Entity (XXE) attacks - DocType Declarations are not allowed in axis-1.0_IAIK_1.1.jar
2014-03-31update JaxB versionsThomas Lenz1-2/+2
- jaxb-api to 2.2.11 - jaxb-impl to 2.2.7
2014-03-31update javax.activation to 1.1.1Thomas Lenz1-3/+3
update commons-discovery to 0.5
2014-03-31update javax.mail.mail to version 1.4.7Thomas Lenz1-1/+1
2014-03-31remove unused regexp.jarThomas Lenz1-2/+2
2014-03-31Update commons-io.jar to version 2.4Thomas Lenz1-1/+1
2014-03-31update Jaxen to version 1.1.6Thomas Lenz1-1/+1
2014-03-31Update OpenSAML to 2.6.1 (XMLTooling-J/OpenSAML Java: XML eXternal Entity ↵Thomas Lenz1-2/+2
(XXE) flaw in ParserPool and Decrypter https://bugzilla.redhat.com/show_bug.cgi?id=1043332)
2014-03-25remove tar.gz from assemblyThomas Lenz1-0/+1
2014-03-24update JavaDocThomas Lenz1-2/+2
2014-03-24update version to 2.0.0Thomas Lenz1-1/+1
2014-03-21Merge remote-tracking branch 'remotes/origin/vidp' into moa2_0_tlenzThomas Lenz1-0/+6
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditGeneralConfigAction.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java 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/servlet/PEPSConnectorServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/stork/STORKConfig.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/moa-id-commons/pom.xml id/server/stork2-saml-engine/pom.xml pom.xml repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.jar repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.pom
2014-03-21change version of MOA-ID-Auth to 2.0-RC3Thomas Lenz1-1/+1
2014-03-20add MOA-ID project to build processThomas Lenz1-3/+3
2014-03-20Merge remote-tracking branch 'remotes/origin/moa_spss_1.5.2' into moa2_0_tlenzThomas Lenz1-11/+13
2014-03-17Update to version 2.0.0 (pom, handbook, etc.)Klaus Stranacher1-6/+6
Handbook usage updated (TSL example added) Update TSL handling
2014-03-17change version to 2.0-RC2Thomas Lenz1-1/+1
2014-03-14attrBojan Suzic1-1/+1
2014-03-11solve errors in combination with Tomcat 8 and log4j and slf4logThomas Lenz1-2/+2
2014-03-10Update trustprofiles and certstoreKlaus Stranacher1-5/+5
Update TSL processing (working directory handling) Update groupId of IAIK dependencies
2014-03-09POMs added to dependenciesKlaus Stranacher1-4/+6
maven-assembly-plugin version set to 2.2-beta-1 (for MOA-SPSS) Update TSL parts
2014-03-06Change to MOA-SPSS version 1.5.2Klaus Stranacher1-8/+8
2014-03-06add new SZR-Gateway Service URLThomas Lenz1-1/+1
2014-03-05storkid derivation pro countryBojan Suzic1-0/+6
2014-02-28Bugfix: Sicherheitslücke CVE-2014-0050 betroffene "Apache Commons FileUpload"Thomas Lenz1-1/+1
Update Apache Commons FileUpload Version 1.3.1
2014-02-06new depenency management for moa-id-configurationThomas Lenz1-0/+12
to avoid problems with HeapSpace
2014-02-04* update demoOA layoutThomas Lenz1-3/+3
* add test keystore