<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.walletconnect.Scarlet</groupId>
  <artifactId>message-adapter-built-in</artifactId>
  <version>1.0.1</version>
  <name>Message Adapter: Built-in</name>
  <description>A Retrofit inspired WebSocket client for Kotlin, Java, and Android.</description>
  <url>https://github.com/WalletConnect/Scarlet</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>BSD 3-Clause "New" or "Revised" License</name>
      <url>https://opensource.org/licenses/BSD-3-Clause</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Tinder</id>
      <name>Tinder Open Source</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/WalletConnect/Scarlet.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/WalletConnect/Scarlet.git</developerConnection>
    <url>https://github.com/WalletConnect/Scarlet</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.walletconnect.Scarlet</groupId>
      <artifactId>scarlet-core</artifactId>
      <version>1.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.8.20</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
