From b1c8641a63a67e3c64d948f9e8dce5c01e11e2dd Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 5 May 2010 15:29:01 +0000 Subject: Merged feature branch mocca-1.2.13-id@r724 back to trunk. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@725 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- pom.xml | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 69 insertions(+), 19 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ab1c3d25..cefa2e27 100644 --- a/pom.xml +++ b/pom.xml @@ -2,11 +2,15 @@ 4.0.0 at.gv.egiz - bku + mocca pom - 1.2.14-SNAPSHOT + 1.3.0-SNAPSHOT BKU http://bku.egiz.gv.at + + 1.2 + 1.2 + utils bkucommon @@ -27,7 +31,6 @@ BKUHelp BKUGuiExt smccSTALExt - BKUFonts @@ -36,11 +39,6 @@ Martin Centner mcentner@egiz.gv.at - - wbauer - Wolfgang Bauer - wbauer@egiz.gv.at - corthacker Clemens Orthacker @@ -48,9 +46,9 @@ - scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk - scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/trunk - svn://svn.egovlabs.gv.at/svnroot/mocca/trunk + scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.13-id-1-SNAPSHOT + scm:svn:svn+ssh://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.13-id-1-SNAPSHOT + svn://svn.egovlabs.gv.at/svnroot/mocca/tags/mocca-1.2.13-id-1-SNAPSHOT E-Government Innovation Center (EGIZ) @@ -74,6 +72,7 @@ true true UTF-8 + false @@ -123,6 +122,14 @@ org.apache.maven.plugins 2.3 + + maven-surefire-plugin + org.apache.maven.plugins + 2.5 + + true + + @@ -145,6 +152,11 @@ + + org.slf4j + slf4j-log4j12 + test + log4j log4j @@ -164,12 +176,6 @@ 1.2.12 runtime - - commons-logging - commons-logging - 1.1.1 - compile - junit junit @@ -205,7 +211,7 @@ iaik iaik_xsect - 1.14 + 1.17 iaik @@ -213,6 +219,12 @@ 1.0-MOCCA compile + + javax.servlet + servlet-api + 2.5 + provided + commons-fileupload commons-fileupload @@ -250,9 +262,47 @@ at.gv.egiz BKUWebStart - 1.2.14-SNAPSHOT + ${project.version} zip + + org.springframework + spring-web + 2.5.5 + + + commons-configuration + commons-configuration + 1.6 + + + org.slf4j + slf4j-log4j12 + 1.5.11 + jar + runtime + + + org.slf4j + slf4j-api + 1.5.11 + jar + compile + + + org.slf4j + slf4j-jdk14 + 1.5.11 + jar + runtime + + + org.springframework + spring-aop + 2.5.5 + jar + compile + \ No newline at end of file -- cgit v1.2.3