--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pom.xml Wed Dec 25 21:49:48 2024 +0100 @@ -0,0 +1,29 @@ +<?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> + + <groupId>de.unixwork</groupId> + <artifactId>IM5</artifactId> + <version>1.0-SNAPSHOT</version> + + <properties> + <maven.compiler.source>11</maven.compiler.source> + <maven.compiler.target>11</maven.compiler.target> + </properties> + + <dependencies> + <dependency> + <groupId>org.igniterealtime.smack</groupId> + <artifactId>smack-java11-full</artifactId> + <version>4.5.0-beta5</version> + </dependency> + + <dependency> + <groupId>org.jitsi</groupId> + <artifactId>org.otr4j</artifactId> + <version>0.23</version> + </dependency> + </dependencies> +</project> \ No newline at end of file