<?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.github.clj-easy</groupId>
  <artifactId>graal-build-time</artifactId>
  <version>1.0.6</version>
  <name>graal-build-time</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.12.5</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:git://github.com/clj-easy/graal-build-time.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/clj-easy/graal-build-time.git</developerConnection>
    <tag>v1.0.6</tag>
    <url>https://github.com/clj-easy/graal-build-time</url>
  </scm>
  <description>Initialize Clojure classes at build time with GraalVM native-image</description>
  <url>https://github.com/clj-easy/graal-build-time</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
</project>
