<?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>
  <groupId>com.github.steffan-westcott</groupId>
  <artifactId>clj-otel-exporter-logging</artifactId>
  <version>0.1.1</version>
  <name>clj-otel-exporter-logging</name>
  <description>Clojure wrapper of OpenTelemetry logging exporter</description>
  <url>https://github.com/steffan-westcott/clj-otel</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Steffan Westcott</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/steffan-westcott/clj-otel</url>
    <connection>scm:git:git://github.com/steffan-westcott/clj-otel.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/steffan-westcott/clj-otel.git</developerConnection>
    <tag>3e24e14e60ed6fa972f26a2e0575fabdf37f46ff</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.10.3</version>
    </dependency>
    <dependency>
      <groupId>io.opentelemetry</groupId>
      <artifactId>opentelemetry-exporter-logging</artifactId>
      <version>1.12.0</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
</project>
