-
Emilio Dolce authored57bbf9e7
pom.xml 828 B
<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>
<parent>
<artifactId>voila-runtime-root</artifactId>
<groupId>it.mice.voila.runtime</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../voila-runtime-root/pom.xml</relativePath>
</parent>
<artifactId>voila-runtime-quartz</artifactId>
<name>Java framework Quartz runtime module</name>
<version>${parent.version}</version>
<description>Java framework Quartz runtime module</description>
<dependencies>
<dependency>
<groupId>org.opensymphony.quartz</groupId>
<artifactId>quartz</artifactId>
<version>1.6.1</version>
</dependency>
</dependencies>
</project>