<?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.memlayer</groupId>
  <artifactId>core</artifactId>
  <version>0.1.2</version>
  <name>core</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.0</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>tools.logging</artifactId>
      <version>1.3.0</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>tools.cli</artifactId>
      <version>1.1.230</version>
    </dependency>
    <dependency>
      <groupId>hato</groupId>
      <artifactId>hato</artifactId>
      <version>0.9.0</version>
    </dependency>
    <dependency>
      <groupId>aero</groupId>
      <artifactId>aero</artifactId>
      <version>1.1.6</version>
    </dependency>
    <dependency>
      <groupId>org.replikativ</groupId>
      <artifactId>proximum</artifactId>
      <version>0.1.23</version>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-simple</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>clojurescript</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.google.javascript</groupId>
          <artifactId>closure-compiler-unshaded</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>google-closure-library</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>google-closure-library-third-party</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.cognitect</groupId>
          <artifactId>transit-cljs</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.cognitect</groupId>
          <artifactId>transit-js</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.github.pkpkpk</groupId>
          <artifactId>cljs-node-io</artifactId>
        </exclusion>
        <exclusion>
          <groupId>fress</groupId>
          <artifactId>fress</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.github.pkpkpk</groupId>
          <artifactId>fress</artifactId>
        </exclusion>
        <exclusion>
          <groupId>tailrecursion</groupId>
          <artifactId>cljs-priority-map</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.clojars.mmb90</groupId>
          <artifactId>cljs-cache</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.github.pkpkpk</groupId>
          <artifactId>cljs-cache</artifactId>
        </exclusion>
        <exclusion>
          <groupId>adzerk</groupId>
          <artifactId>boot-test</artifactId>
        </exclusion>
        <exclusion>
          <groupId>crisptrutski</groupId>
          <artifactId>boot-cljs-test</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>metosin</groupId>
      <artifactId>malli</artifactId>
      <version>0.16.4</version>
    </dependency>
    <dependency>
      <groupId>io.replikativ</groupId>
      <artifactId>datahike</artifactId>
      <version>0.7.1624</version>
      <exclusions>
        <exclusion>
          <groupId>org.clojure</groupId>
          <artifactId>clojurescript</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.github.pkpkpk</groupId>
          <artifactId>cljs-cache</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.github.pkpkpk</groupId>
          <artifactId>cljs-node-io</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.cognitect</groupId>
          <artifactId>transit-cljs</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>metosin</groupId>
      <artifactId>jsonista</artifactId>
      <version>0.3.11</version>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>core.async</artifactId>
      <version>1.9.847-alpha3</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <scm>
    <connection>scm:git:https://github.com/alenkis/memlayer.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/alenkis/memlayer.git</developerConnection>
    <tag>v0.1.2</tag>
    <url>https://github.com/alenkis/memlayer</url>
  </scm>
  <description>Memory layer for AI applications — retain, recall, reflect, forget</description>
  <url>https://github.com/alenkis/memlayer</url>
  <licenses>
    <license>
      <name>AGPL-3.0-or-later</name>
      <url>https://www.gnu.org/licenses/agpl-3.0.html</url>
    </license>
  </licenses>
</project>
