-
Fabio Memoli authored4c9725d7
pom.xml 880 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.micegroup.voila.runtime</groupId>
<version>1.0</version>
<relativePath>../voila-runtime-root/pom.xml</relativePath>
</parent>
<artifactId>voila-runtime-quartz</artifactId>
<name>Java framework Quartz runtime module</name>
<version>1.0</version>
<description>Java framework Quartz runtime module</description>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>1.8.3</version>
</dependency>
</dependencies>
</project>