pom.xml

Thu, 26 Dec 2024 12:29:05 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 26 Dec 2024 12:29:05 +0100
changeset 1
42d0d099492b
parent 0
f3095cda599e
child 5
d05262580576
permissions
-rw-r--r--

add incomplete otr code

<?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>

mercurial