<?xml version="1.0" encoding="UTF-8"?>
<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>

    <name>DeepaMehta 4 Plugin</name>
    <groupId>de.deepamehta</groupId>
    <artifactId>deepamehta-plugin</artifactId>
    <version>4.8</version>
    <packaging>pom</packaging>

    <description>
        Parent POM for all DeepaMehta plugins.

        It derives the hot deployment feature from deepamehta-module.

        The only feature provided here is: declaring the deepamehta-core dependency.
        Thus plugin developers are not required to do this.
    </description>

    <parent>
        <groupId>de.deepamehta</groupId>
        <artifactId>deepamehta-module</artifactId>
        <version>4.8</version>
        <relativePath>../dm4-module/pom.xml</relativePath>
    </parent>

    <dependencies>
        <dependency>
            <groupId>de.deepamehta</groupId>
            <artifactId>deepamehta-core</artifactId>
            <version>4.8</version>
        </dependency>
    </dependencies>
</project>
