<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.gluonhq</groupId>
  <artifactId>connect</artifactId>
  <version>2.0.1</version>
  <name>Gluon Connect</name>
  <description>Gluon Connect</description>
  <url>https://gluonhq.com/products/mobile/connect/</url>
  <licenses>
    <license>
      <name>The 3-Clause BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Joeri Sykora</name>
      <email>joeri.sykora@gluonhq.com</email>
      <organization>Gluon</organization>
      <organizationUrl>https://gluonhq.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/gluonhq/connect.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/gluonhq/connect.git</developerConnection>
    <url>https://github.com/gluonhq/connect</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>jakarta.json</groupId>
      <artifactId>jakarta.json-api</artifactId>
      <version>1.1.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>2.3.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
