X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=pom.xml;h=1e849578ae11284dcb66b44553a0d1dcc4b04d35;hp=b18c330c1100b7e716e02e5df2b601452b48ce16;hb=4e18dd333d44513a1b51aeb8ef4cd6ee4f911b2b;hpb=c9ad3b4040b832b3b0f37e62a011939332d379a7 diff --git a/pom.xml b/pom.xml index b18c330c..1e849578 100644 --- a/pom.xml +++ b/pom.xml @@ -37,10 +37,100 @@ UTF-8 + + + 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.springframework + spring-webmvc + ${springframework.version} + + + commons-logging + commons-logging + + + + + + + org.thymeleaf + thymeleaf + ${thymeleaf.version} + runtime + + + 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 + + + + + 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 + + @@ -61,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 @@ -72,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 @@ -89,6 +204,14 @@ org.eclipse.jetty jetty-maven-plugin + + + + src/main/webapp + target/${project.build.finalName} + + + org.codehaus.mojo @@ -99,6 +222,11 @@ UTF-8 + + com.google.appengine + appengine-maven-plugin + 1.8.2 +