252 lines
8.1 KiB
XML
252 lines
8.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<project>
|
||
|
|
<pomVersion>1</pomVersion>
|
||
|
|
<artifactId>album</artifactId>
|
||
|
|
<name>album</name>
|
||
|
|
<groupId>forkalsrud</groupId>
|
||
|
|
<currentVersion>2</currentVersion>
|
||
|
|
<organization>
|
||
|
|
<name>forkalsrud.org</name>
|
||
|
|
<url>http://www.forkalsrud.org/</url>
|
||
|
|
</organization>
|
||
|
|
<inceptionYear>2008</inceptionYear>
|
||
|
|
<package>org.forkalsrud.album</package>
|
||
|
|
<shortDescription>Photo Album</shortDescription>
|
||
|
|
<siteAddress>http://www.forkalsrud.org/album/</siteAddress>
|
||
|
|
<repository>
|
||
|
|
<connection>scm:pserver:forkalsrud.org:/home/cvsroot</connection>
|
||
|
|
</repository>
|
||
|
|
<developers>
|
||
|
|
<developer>
|
||
|
|
<name>Knut Forkalsrud</name>
|
||
|
|
<id>1</id>
|
||
|
|
<email>knut@forkalsrud.org</email>
|
||
|
|
<url>http://www.forkalsrud.org/~knut/</url>
|
||
|
|
<timezone>PST</timezone>
|
||
|
|
</developer>
|
||
|
|
<developer>
|
||
|
|
<name>Erik Forkalsrud</name>
|
||
|
|
<id>2</id>
|
||
|
|
<email>erik@forkalsrud.org</email>
|
||
|
|
<url>http://www.forkalsrud.org/~erik/</url>
|
||
|
|
<timezone>PST</timezone>
|
||
|
|
</developer>
|
||
|
|
</developers>
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring</artifactId>
|
||
|
|
<version>2.0.6</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-logging</groupId>
|
||
|
|
<artifactId>commons-logging</artifactId>
|
||
|
|
<version>1.0.4</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-digester</groupId>
|
||
|
|
<artifactId>commons-digester</artifactId>
|
||
|
|
<version>1.7</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-collections</groupId>
|
||
|
|
<artifactId>commons-collections</artifactId>
|
||
|
|
<version>3.1</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-lang</groupId>
|
||
|
|
<artifactId>commons-lang</artifactId>
|
||
|
|
<version>2.0</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>postgresql</groupId>
|
||
|
|
<artifactId>postgresql</artifactId>
|
||
|
|
<version>8.1-408.jdbc3</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>velocity</groupId>
|
||
|
|
<artifactId>velocity</artifactId>
|
||
|
|
<version>1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>velocity-tools</groupId>
|
||
|
|
<artifactId>velocity-tools-view</artifactId>
|
||
|
|
<version>1.2</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.drew</groupId>
|
||
|
|
<artifactId>metadata-extractor</artifactId>
|
||
|
|
<version>2.3.1</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>true</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.drew</groupId>
|
||
|
|
<artifactId>metadata-extractor-source</artifactId>
|
||
|
|
<type>source</type>
|
||
|
|
<jar>metadata-extractor-2.3.1-src.jar</jar>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>servletapi</groupId>
|
||
|
|
<artifactId>servletapi</artifactId>
|
||
|
|
<version>2.4</version>
|
||
|
|
<type>jar</type>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>junit</groupId>
|
||
|
|
<artifactId>junit</artifactId>
|
||
|
|
<version>4.1</version>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>resin</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>resin-util</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>jta-101</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>webbeans-16</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>ejb-15</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>jpa-15</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>jsdk-15</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>hessian</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>jca-15</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>jstl-11</artifactId>
|
||
|
|
<version>3.1.5</version>
|
||
|
|
<type>jar</type>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>resin-3.1</groupId>
|
||
|
|
<artifactId>resin-source</artifactId>
|
||
|
|
<type>source</type>
|
||
|
|
<jar>resin-3.1.5-src.zip</jar>
|
||
|
|
<properties>
|
||
|
|
<war.bundle>false</war.bundle>
|
||
|
|
</properties>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
<build>
|
||
|
|
<sourceDirectory>src</sourceDirectory>
|
||
|
|
</build>
|
||
|
|
<reports>
|
||
|
|
<report>maven-junit-report-plugin</report>
|
||
|
|
<report>maven-jcoverage-plugin</report>
|
||
|
|
<report>maven-pmd-plugin</report>
|
||
|
|
<report>maven-javadoc-plugin</report>
|
||
|
|
<report>maven-jdepend-plugin</report>
|
||
|
|
</reports>
|
||
|
|
</project>
|