X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=pom.xml;h=1e849578ae11284dcb66b44553a0d1dcc4b04d35;hp=3eaaa8f39f599389c18c1f601ed70b35202ee86f;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=c01c68591d93d50dd14cdb385f79fbee42eaed8f diff --git a/pom.xml b/pom.xml index 3eaaa8f3..1e849578 100644 --- a/pom.xml +++ b/pom.xml @@ -39,35 +39,97 @@ UTF-8 - 1.5.8 - 3.0.1 + 2.2.1 + 1.2 + 3.0.1 + 1.6.1 + 4.0.6.RELEASE + 2.1.3.RELEASE + 1.2.5 + 2.1.1.RELEASE - + - org.apache.tiles - tiles-core - ${tiles.version} + org.springframework + spring-webmvc + ${springframework.version} + + + commons-logging + commons-logging + + + + + + + org.thymeleaf + thymeleaf + ${thymeleaf.version} + runtime + + + org.thymeleaf + thymeleaf-spring4 + ${thymeleaf.version} runtime - org.apache.tiles - tiles-jsp - ${tiles.version} + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + ${thymeleaf-layout-dialect.version} + runtime + + + org.thymeleaf.extras + thymeleaf-extras-conditionalcomments + ${thymeleaf-extras-conditionalcomments.version} + runtime + + + + + javax.servlet + javax.servlet-api + ${servlet-api.version} + provided + + + javax.servlet.jsp + javax.servlet.jsp-api + ${jsp-api.version} + provided + + + javax.servlet + jstl + ${jstl.version} runtime + + org.slf4j + slf4j-api + ${slf4j.version} + org.slf4j slf4j-log4j12 ${slf4j.version} runtime + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + runtime + @@ -89,10 +151,20 @@ branding + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + utf8 + true + + org.lesscss lesscss-maven-plugin - 1.3.3 + 1.7.0.1.1 @@ -100,6 +172,21 @@ + + + base.less + screen.less + print.less + + ${project.basedir}/src/main/webapp/less + ${project.build.directory}/${project.build.finalName}/css + + + + maven-war-plugin + + less/** + org.apache.maven.plugins @@ -117,6 +204,14 @@ org.eclipse.jetty jetty-maven-plugin + + + + src/main/webapp + target/${project.build.finalName} + + + org.codehaus.mojo @@ -127,6 +222,11 @@ UTF-8 + + com.google.appengine + appengine-maven-plugin + 1.8.2 +