<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2025 gregory higgins.
  ~ All rights reserved.
  ~
  ~ This program is free software: you can redistribute it and/or modify
  ~ it under the terms of the Server Side Public License, version 1,
  ~ as published by MongoDB, Inc.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ Server Side Public License for more details.
  ~
  ~ You should have received a copy of the Server Side Public License
  ~ along with this program.  If not, see
  ~ <http://www.mongodb.com/licensing/server-side-public-license>.
  -->

<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>com.fluxtion</groupId>
        <artifactId>fluxtion-server-plugins</artifactId>
        <version>0.2.15</version>
    </parent>

    <artifactId>serverconnector-multicast</artifactId>
    <name>fluxtion :: server-connector-multicast</name>

    <properties>
        <maven.compiler.source>21</maven.compiler.source>
        <maven.compiler.target>21</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <!-- Uses only JDK networking and inherits fluxtion deps from parent -->
    </dependencies>
</project>
