Language: XML
Date: 22.12.09 20:32
View as plain text
Expiration date: 18.05.33 05:33
Date: 22.12.09 20:32
View as plain text
- <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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.playframework</groupId>
- <artifactId>someapp</artifactId>
- <version>0.0.1-SNAPSHOT</version>
-
- <!--
-
- No mvn dependencies found for:
-
- - mylyn-wikitext
- - wikitext
- - hibernate3-ast (might be hibernate-core)
- - memcached
- - asyncweb-common
-
- -->
-
- <dependencies>
- <dependency>
- <groupId>org.freemarker</groupId>
- <artifactId>freemarker</artifactId>
- <version>2.3.16</version>
- </dependency>
-
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <outputDirectory>lib/</outputDirectory>
- <excludeArtifactIds>activation,antlr,backport-util-concurrent,bcprov-jdk15,c3p0,cglib-nodep,commons-beanutils,commons-codec,commons-fileupload,commons-httpclient,commons-lang,commons-logging,core,dom4j,ehcache,ejb3-persistence,ezmorph,filters,geronimo-servlet_2.5_spec,groovy-all,gson,hibernate,hibernate-core,hibernate-commons-annotations,hibernate-entitymanager,hsqldb,jamon,jaxen,jsr107cache,jta,junit,log4j,lucene-analyzers,lucene-core,mail,oval,snakeyaml,slf4j-api,slf4j-log4j12</excludeArtifactIds>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- </project>
Expiration date: 18.05.33 05:33

