server/lib/org/thymeleaf/extras/thymeleaf-joda-dialect/0.0.3/thymeleaf-joda-dialect-0.0.3.pom
--- a/server/lib/org/thymeleaf/extras/thymeleaf-joda-dialect/0.0.3/thymeleaf-joda-dialect-0.0.3.pom Wed Jun 25 15:37:02 2014 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,145 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.thymeleaf.extras</groupId>
- <artifactId>thymeleaf-joda-dialect</artifactId>
- <version>0.0.3</version>
- <inceptionYear>2013</inceptionYear>
- <contributors>
- <contributor>
- <name>Tom-Steve Watzke</name>
- <email>ts.watzke@pitcom.de</email>
- <roles>
- <role>Project creator and Lead developer</role>
- </roles>
- </contributor>
- <contributor>
- <name>Dieter Hubau</name>
- <email>dhubau@gmail.com</email>
- <roles>
- <role>Developer</role>
- </roles>
- </contributor>
- </contributors>
- <description>Thymeleaf dialect for formatting Joda Time objects</description>
-
- <properties>
- <java-version>1.7</java-version>
- <org.springframework-version>3.2.4.RELEASE</org.springframework-version>
- <org.springsecurityframework-version>3.2.4.RELEASE</org.springsecurityframework-version>
- <org.thymeleaf-version>2.1.1.RELEASE</org.thymeleaf-version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>${org.springframework-version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-webmvc</artifactId>
- <version>${org.springframework-version}</version>
- </dependency>
-
- <!-- thymeleaf html5 template resolver -->
- <dependency>
- <groupId>org.thymeleaf</groupId>
- <artifactId>thymeleaf</artifactId>
- <version>${org.thymeleaf-version}</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.thymeleaf</groupId>
- <artifactId>thymeleaf-spring3</artifactId>
- <version>${org.thymeleaf-version}</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>2.1</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <version>${org.springframework-version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat7-maven-plugin</artifactId>
- <version>2.0</version>
- <executions>
- <execution>
- <id>deploy</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>deploy</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <source>${java-version}</source>
- <target>${java-version}</target>
- <compilerArgument>-Xlint:all</compilerArgument>
- <showWarnings>true</showWarnings>
- <showDeprecation>true</showDeprecation>
- <failOnMissingWebXml>false</failOnMissingWebXml>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <repositories>
- <!-- Necessary if using milestone builds of SpringSource products (as above) -->
- <repository>
- <id>spring-snapshot</id>
- <name>Spring Maven SNAPSHOT Repository</name>
- <url>http://repo.springsource.org/libs-snapshot</url>
- </repository>
- <!-- Required, as Spring JavaConfig has dependencies on released versions
- of SpringSource products -->
- <repository>
- <id>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</id>
- <url>http://repository.springsource.com/maven/bundles/release</url>
- </repository>
- <!-- Required, as Spring JavaConfig has dependencies on External OSGi bundles -->
- <repository>
- <id>SpringSource Enterprise Bundle Repository - External Bundle Releases</id>
- <url>http://repository.springsource.com/maven/bundles/external</url>
- </repository>
- <repository>
- <id>java.net</id>
- <url>http://download.java.net/maven/2/</url>
- </repository>
- </repositories>
-</project>