aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-05-11adjustments for idea deploymentBojan Suzic1-0/+24
2015-04-16update library versionsThomas Lenz1-2/+10
2015-02-20update outdated libraryThomas Lenz1-0/+10
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz1-32/+114
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-0/+28
- 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-06Enable process engine testsThomas Knall1-31/+0
- Remove text exclusions. - Remove test-ng dependency (for junit compatibility reasons).
2015-02-06adjust process engine tests to process instance persistenceChristian Wagner1-0/+7
2015-01-30Exclude non-working tests.Thomas Knall1-9/+26
- exclude at/gv/egovernment/moa/id/process/spring/test/SpringExpressionAwareProcessEngineTest - exclude at/gv/egovernment/moa/id/process/test/ProcessEngineTest
2015-01-30Merge remote-tracking branch 'remotes/origin/MOAID-62'Thomas Knall1-18/+59
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/moduleregistration/AuthModuleImpl.java id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule
2015-01-29integrate process engine from project 'dti-process-engine'Gerwin Gsenger1-13/+59
2015-01-29integrate process engine from project 'dti-process-engine' - INCOMPLETE!Christian Wagner1-5/+0
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming
2015-01-19update librariesThomas Lenz1-1/+1
-> 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-19Add javax.servlet:javax.servlet-api dependency.Thomas Knall1-0/+11
2015-01-16Add dti-process-engine support.Thomas Knall1-0/+10
2014-11-25Fix build.Thomas Knall1-5/+4
- 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-10-31add depentency jaxrpc-impl for MOA-SPSS API callsThomas Lenz1-0/+12
2014-10-30fix dependency problemsThomas Lenz1-0/+12
2014-10-29Update third-party libsThomas Lenz1-1/+38
- some implementation updates was required
2014-10-24fix problems with bouncycastleproviderThomas Lenz1-4/+0
2014-10-24add new classes for Role managementThomas Lenz1-0/+4
2014-10-08add SZR request to get baseIDThomas Lenz1-2/+18
2014-09-19update librariesThomas Lenz1-2/+14
- opensaml > 2.6.3 - iaik-moa > 1.51 - iaik_jce_full > 5.2 - iaik_cms > 5.0
2014-09-12update dependency versionThomas Lenz1-6/+6
> 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-06-11remove unsed or double included depentenciesThomas Lenz1-0/+4
2014-06-10remove duplicateBojan Suzic1-5/+1
2014-06-10Merge branch 'moa-2.1-Snapshot' into dokumentserviceAlexander Marsalek1-1/+8
2014-06-10excluded axis from document service, activated signature checkAlexander Marsalek1-0/+6
2014-06-06adjusting maven configBojan Suzic1-1/+4
2014-06-05documentservice testingBojan Suzic1-1/+5
2014-06-04added DocumentServiceAlexander Marsalek1-1/+6
2014-05-23remove depentenciesThomas Lenz1-2/+2
2014-05-21remove unused depentenciesThomas Lenz1-12/+26
2014-05-20**Temporary BUGFIX***Thomas Lenz1-2/+12
exclude iaik_pki_module_1.0 which is used by libtsl.1.0 because it produce conflicts with iaik_moa_1.5 (both defines iaik.pki.PKIConfiguration interface, but with different interface specification!!!!)
2014-05-20Signed-off-by: Thomas Lenz <thomas.lenz@egiz.gv.at>Thomas Lenz1-0/+6
Fix STORK NullPointerException
2014-05-16update versionsThomas Lenz1-6/+4
2014-05-12solve problem with log4j and tomcat 8Thomas Lenz1-25/+27
2014-04-16change version to 2.0.2-SnapshotThomas Lenz1-1/+22
2014-04-02add moa-id-commons to moa-idspss projectThomas Lenz1-1/+0
2014-04-01change version to 2.0.1Thomas Lenz1-1/+1
2014-03-31update Google OAuth librariesThomas Lenz1-3/+3
-jsontoken to 1.1 -OAuth to 1.18.0-rc
2014-03-31remove unused regexp.jarThomas Lenz1-3/+4
2014-03-31update WebServiceTools to version 2.3Thomas Lenz1-15/+7
2014-03-31update slf4j to version 1.7.6Thomas Lenz1-5/+5
2014-03-27add STORK-commons as projectThomas Lenz1-2/+2
2014-03-27Merge branch 'moa2_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into ↵Thomas Lenz1-1/+1
moa2_0_tlenz
2014-03-25mergeThomas Lenz1-18/+75
2014-03-25testThomas Lenz1-1/+1
2014-03-25use jaxws-tools instead of webservice-toolsThomas Lenz1-2/+9
2014-03-25update dependenciesThomas Lenz1-27/+8
2014-03-24update JavaDocThomas Lenz1-4/+2