<?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>dev.data-star.clojure</groupId>
  <artifactId>aleph</artifactId>
  <version>1.0.0-RC11</version>
  <name>aleph</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.4</version>
    </dependency>
    <dependency>
      <groupId>dev.data-star.clojure</groupId>
      <artifactId>sdk</artifactId>
      <version>1.0.0-RC11</version>
    </dependency>
    <dependency>
      <groupId>aleph</groupId>
      <artifactId>aleph</artifactId>
      <version>0.9.7</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src/main</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <description>Aleph adapter for the Datastar SDK</description>
  <url>https://github.com/starfederation/datastar-clojure/blob/b08e6877293413412fe8a9dc979c08899687a4f4/libraries/sdk-aleph</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/starfederation/datastar-clojure/blob/b08e6877293413412fe8a9dc979c08899687a4f4/LICENSE.md</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/starfederation/datastar-clojure</url>
    <connection>scm:git:https://github.com/starfederation/datastar-clojure.git</connection>
    <developerConnection>scm:git:ssh:git@github.com:starfederation/datastar-clojure.git</developerConnection>
    <tag>v1.0.0-RC11</tag>
  </scm>
</project>
