X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=pom.xml;h=1e849578ae11284dcb66b44553a0d1dcc4b04d35;hp=5cda65fcf8adbb1ee9828f56b5e160ba0e64435f;hb=40f9a579c5324f56a938e262fe8c708228cf6c83;hpb=d53a4e6b1196f66f6f1768c013a4d9759be70dd2 diff --git a/pom.xml b/pom.xml index 5cda65fc..1e849578 100644 --- a/pom.xml +++ b/pom.xml @@ -42,9 +42,11 @@ 2.2.1 1.2 3.0.1 - 1.5.8 - 3.2.4.RELEASE - 3.0.1 + 1.6.1 + 4.0.6.RELEASE + 2.1.3.RELEASE + 1.2.5 + 2.1.1.RELEASE @@ -56,19 +58,37 @@ org.springframework spring-webmvc ${springframework.version} + + + commons-logging + commons-logging + + - + - org.apache.tiles - tiles-core - ${tiles.version} + org.thymeleaf + thymeleaf + ${thymeleaf.version} runtime - org.apache.tiles - tiles-jsp - ${tiles.version} + org.thymeleaf + thymeleaf-spring4 + ${thymeleaf.version} + runtime + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + ${thymeleaf-layout-dialect.version} + runtime + + + org.thymeleaf.extras + thymeleaf-extras-conditionalcomments + ${thymeleaf-extras-conditionalcomments.version} runtime @@ -104,6 +124,12 @@ ${slf4j.version} runtime + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + runtime + @@ -138,7 +164,7 @@ org.lesscss lesscss-maven-plugin - 1.3.3 + 1.7.0.1.1 @@ -146,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 @@ -163,6 +204,14 @@ org.eclipse.jetty jetty-maven-plugin + + + + src/main/webapp + target/${project.build.finalName} + + + org.codehaus.mojo @@ -173,6 +222,11 @@ UTF-8 + + com.google.appengine + appengine-maven-plugin + 1.8.2 +