<?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>
  <packaging>jar</packaging>
  <groupId>com.blockether</groupId>
  <artifactId>vis-provider-github-copilot</artifactId>
  <version>0.1.2</version>
  <name>vis-provider-github-copilot</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.5</version>
    </dependency>
    <dependency>
      <groupId>com.blockether</groupId>
      <artifactId>vis</artifactId>
      <version>0.1.2</version>
    </dependency>
    <dependency>
      <groupId>org.babashka</groupId>
      <artifactId>http-client</artifactId>
      <version>0.4.23</version>
    </dependency>
    <dependency>
      <groupId>com.cnuernber</groupId>
      <artifactId>charred</artifactId>
      <version>1.039</version>
    </dependency>
    <dependency>
      <groupId>com.taoensso</groupId>
      <artifactId>telemere</artifactId>
      <version>1.2.1</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>extensions/providers/vis-provider-github-copilot/src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>GitHub Copilot OAuth device-flow provider.</description>
  <url>https://github.com/Blockether/vis</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/Blockether/vis</url>
    <connection>scm:git:https://github.com/Blockether/vis.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/Blockether/vis.git</developerConnection>
  </scm>
</project>
