<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>za.co.wethinkcode</groupId>
  <artifactId>flow</artifactId>
  <version>1.0.4</version>
  <name>flow</name>
  <description>Flow is a tool to help programmers visualize and understand their workflow.</description>
  <url>https://github.com/wethinkcode/flow</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>wtcos</name>
      <email>opensource@wethinkcode.co.za</email>
      <organization>WeThinkCode</organization>
      <organizationUrl>https://wethinkcode.co.za</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/wethinkcode/flow.git</connection>
    <developerConnection>scm:git:ssh://github.com:wethinkcode/flow.git</developerConnection>
    <tag>v1.0.4</tag>
    <url>https://github.com/wethinkcode/flow</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jgit</groupId>
      <artifactId>org.eclipse.jgit</artifactId>
      <version>6.8.0.202311291450-r</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-nop</artifactId>
      <version>2.0.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
