<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>fish.focus.uvms.maven</groupId>
        <artifactId>uvms-pom</artifactId>
        <relativePath />
        <version>3.16</version>
    </parent>

    <groupId>fish.focus.uvms.plugins.rest.movement</groupId>
    <artifactId>flux-vesselposition-rest</artifactId>
    <version>1.9</version>
    <packaging>pom</packaging>
    <description>Posts reports to endpoints</description>
    
    <properties>
        <exchange.model.version>5.3.23</exchange.model.version>
    </properties>
    
    <dependencies>
        <dependency>
            <groupId>jakarta.platform</groupId>
            <artifactId>jakarta.jakartaee-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.eclipse.microprofile</groupId>
            <artifactId>microprofile</artifactId>
            <type>pom</type>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>fish.focus.uvms.maven</groupId>
            <artifactId>uvms-pom-java11-deps</artifactId>
            <type>pom</type>
            <version>3.16</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
    
    <scm>
        <connection>scm:git:https://github.com/FocusFish/UVMS-FLUXVesselPosition-REST-PLUGIN.git</connection>
        <tag>HEAD</tag>
    </scm>

    <modules>
        <module>service</module>
        <module>module</module>
    </modules>
</project>