<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>schwarz.opensource.natrium</groupId>
  <artifactId>logic-android</artifactId>
  <version>0.0.2-fork.1</version>
  <packaging>aar</packaging>
  <name>logic</name>
  <description>Kalium KMP messaging SDK — fork of wireapp/kalium (module: logic)</description>
  <url>https://github.com/schwarzdigits/kalium</url>
  <licenses>
    <license>
      <name>GNU General Public License v3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>schwarzdigits</id>
      <name>Schwarz Digits</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/schwarzdigits/kalium.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/schwarzdigits/kalium.git</developerConnection>
    <url>https://github.com/schwarzdigits/kalium</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-reflect</artifactId>
        <version>2.3.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>core-common-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-work-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>core-data-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>data-network-util-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>core-logger-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-calling-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>3.3</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.javassist</groupId>
      <artifactId>javassist</artifactId>
      <version>3.29.2-GA</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>androidx.work</groupId>
      <artifactId>work-runtime-ktx</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.github.mohamadjaara</groupId>
      <artifactId>mockative-jvm</artifactId>
      <version>3.1.4</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>data-network-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>data-data-mappers-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>core-cryptography-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>data-persistence-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>data-protobuf-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>core-util-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-cells-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-backup-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-nomaddevice-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-userstorage-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-usernetwork-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-messaging-sending-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>schwarz.opensource.natrium</groupId>
      <artifactId>domain-messaging-hooks-android</artifactId>
      <version>0.0.2-fork.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.10.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.9.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-datetime-jvm</artifactId>
      <version>0.6.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-mock-jvm</artifactId>
      <version>3.4.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.russhwolf</groupId>
      <artifactId>multiplatform-settings-android</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.squareup.okio</groupId>
      <artifactId>okio-jvm</artifactId>
      <version>3.9.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>app.cash.sqldelight</groupId>
      <artifactId>androidx-paging3-extensions-jvm</artifactId>
      <version>2.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>co.touchlab</groupId>
      <artifactId>stately-concurrent-collections-jvm</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>co.touchlab</groupId>
      <artifactId>stately-common-jvm</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.github.mohamadjaara</groupId>
      <artifactId>core-crypto-kmp-android</artifactId>
      <version>9.3.0.1-kmp</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>co.touchlab</groupId>
          <artifactId>stately-strict-jvm</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
