2025-09-22 21:02:16 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2026-02-11 23:20:06 +01:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
2025-09-22 21:02:16 +02:00
|
|
|
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>
|
|
|
|
|
|
2025-12-12 18:48:26 +01:00
|
|
|
<groupId>org.openautonomousconnection</groupId>
|
2026-01-16 22:48:13 +01:00
|
|
|
<artifactId>WebServer</artifactId>
|
2026-03-02 17:12:49 +01:00
|
|
|
<version>1.0.1-BETA.0.5</version>
|
2025-09-22 21:02:16 +02:00
|
|
|
<organization>
|
|
|
|
|
<name>Open Autonomous Connection</name>
|
|
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
|
|
|
|
</organization>
|
2025-12-12 18:48:26 +01:00
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
|
|
|
|
<description>The default DNS-Server</description>
|
2025-09-22 21:02:16 +02:00
|
|
|
|
|
|
|
|
<properties>
|
2026-02-22 17:26:22 +01:00
|
|
|
<maven.compiler.source>25</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>25</maven.compiler.target>
|
2025-09-22 21:02:16 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
</properties>
|
|
|
|
|
|
2026-01-18 14:45:30 +01:00
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>oac</id>
|
|
|
|
|
<name>WebServer</name>
|
|
|
|
|
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
2025-09-22 21:02:16 +02:00
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>UnlegitDqrk</name>
|
|
|
|
|
<organization>Open Autonomous Connection</organization>
|
|
|
|
|
<organizationUrl>https://open-autonomous-connection.org/</organizationUrl>
|
|
|
|
|
<url>https://unlegitdqrk.dev/</url>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Owner</role>
|
|
|
|
|
<role>Head Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>Maple</name>
|
|
|
|
|
<organization>Open Autonomous Connection</organization>
|
|
|
|
|
<organizationUrl>https://open-autonomous-connection.org/</organizationUrl>
|
|
|
|
|
<url>https://niumaple.carrd.co/</url>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Owner</role>
|
|
|
|
|
<role>Head Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
2025-12-12 18:48:26 +01:00
|
|
|
<system>Issue Tracker</system>
|
|
|
|
|
<url>https://repo.open-autonomous-connection.org/open-autonomous-connection/WebServer/issues</url>
|
2025-09-22 21:02:16 +02:00
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
2025-12-13 15:54:51 +01:00
|
|
|
<name>Open Autonomous Public License (OAPL)</name>
|
2025-12-12 18:48:26 +01:00
|
|
|
<url>https://open-autonomous-connection.org/license.html</url>
|
2025-12-13 15:54:51 +01:00
|
|
|
</license>
|
2025-09-22 21:02:16 +02:00
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
2025-12-12 18:48:26 +01:00
|
|
|
<id>oac</id>
|
|
|
|
|
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
2025-09-22 21:02:16 +02:00
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
2025-12-12 18:48:26 +01:00
|
|
|
<groupId>org.openautonomousconnection</groupId>
|
2026-01-18 14:51:00 +01:00
|
|
|
<artifactId>Protocol</artifactId>
|
2026-02-28 15:42:07 +01:00
|
|
|
<version>1.0.1-BETA.0.6</version>
|
2025-09-22 21:02:16 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
2026-02-22 17:26:22 +01:00
|
|
|
<version>1.18.42</version>
|
2025-09-22 21:02:16 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
2026-02-10 22:07:01 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
|
<version>3.5.7</version>
|
|
|
|
|
</dependency>
|
2025-09-22 21:02:16 +02:00
|
|
|
</dependencies>
|
2025-12-13 14:41:34 +01:00
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
2026-02-22 17:26:22 +01:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.13.0</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>${maven.compiler.source}</source>
|
|
|
|
|
<target>${maven.compiler.target}</target>
|
|
|
|
|
|
|
|
|
|
<annotationProcessorPaths>
|
|
|
|
|
<path>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>1.18.42</version>
|
|
|
|
|
</path>
|
|
|
|
|
</annotationProcessorPaths>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2025-12-13 14:41:34 +01:00
|
|
|
<plugin>
|
2025-12-13 15:54:51 +01:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
|
<version>3.6.0</version>
|
2025-12-13 14:41:34 +01:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
2025-12-13 15:54:51 +01:00
|
|
|
<goal>shade</goal>
|
2025-12-13 14:41:34 +01:00
|
|
|
</goals>
|
2025-12-13 15:54:51 +01:00
|
|
|
<configuration>
|
|
|
|
|
<transformers>
|
2026-02-11 23:20:06 +01:00
|
|
|
<transformer
|
|
|
|
|
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
2025-12-13 15:54:51 +01:00
|
|
|
<mainClass>org.openautonomousconnection.webserver.Main</mainClass>
|
|
|
|
|
</transformer>
|
|
|
|
|
</transformers>
|
|
|
|
|
</configuration>
|
2025-12-13 14:41:34 +01:00
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2026-01-16 22:43:43 +01:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-sources</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>3.6.3</version>
|
2026-01-19 16:54:17 +01:00
|
|
|
<configuration>
|
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
|
<failOnWarnings>false</failOnWarnings>
|
|
|
|
|
<doclint>none</doclint>
|
2026-01-19 19:00:43 +01:00
|
|
|
<locale>en_US</locale>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<docencoding>UTF-8</docencoding>
|
|
|
|
|
<charset>UTF-8</charset>
|
2026-01-19 16:54:17 +01:00
|
|
|
</configuration>
|
2026-01-16 22:43:43 +01:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2025-12-13 14:41:34 +01:00
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
2025-09-22 21:02:16 +02:00
|
|
|
</project>
|