<?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.grammarly</groupId>
  <artifactId>omniconf</artifactId>
  <version>0.4.3</version>
  <name>omniconf</name>
  <description>Configuration library for Clojure that favors explicitness</description>
  <url>https://github.com/grammarly/omniconf</url>
  <licenses>
    <license>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <name>Apache License, Version 2.0</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/grammarly/omniconf</url>
    <tag>588e9e9200509f7c6afe1ff5f2bddad7bab5b0a4</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.10.1</version>
      <scope>provided</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
