<?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.phronemophobic.clobber</groupId>
  <artifactId>tree-sitter-queries</artifactId>
  <version>1.2</version>
  <name>tree-sitter-queries</name>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.11.2</version>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>clojars</id>
      <url>https://repo.clojars.org/</url>
    </repository>
  </repositories>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-cpp/blob/f41e1a044c8a84ea9fa8577fdd2eab92ec96de02/LICENSE</url>
    </license>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-json/blob/46aa487b3ade14b7b05ef92507fdaa3915a662a3/LICENSE</url>
    </license>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-javascript/blob/6fbef40512dcd9f0a61ce03a4c9ae7597b36ab5c/LICENSE</url>
    </license>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-bash/blob/56b54c61fb48bce0c63e3dfa2240b5d274384763/LICENSE</url>
    </license>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-html/blob/cbb91a0ff3621245e890d1c50cc811bffb77a26b/LICENSE</url>
    </license>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-java/blob/a7db5227ec40fcfe94489559d8c9bc7c8181e25a/LICENSE</url>
    </license>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-python/blob/710796b8b877a970297106e5bbc8e2afa47f86ec/LICENSE</url>
    </license>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/tree-sitter/tree-sitter-css/blob/6e327db434fec0ee90f006697782e43ec855adf5/LICENSE</url>
    </license>
  </licenses>
</project>
