<?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">
  <!-- 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>org.openrewrite</groupId>
  <artifactId>rewrite-core</artifactId>
  <version>2.2.0</version>
  <dependencies>
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.micrometer</groupId>
      <artifactId>micrometer-core</artifactId>
      <version>1.5.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.kohsuke</groupId>
      <artifactId>github-api</artifactId>
      <version>1.115</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jgit</groupId>
      <artifactId>org.eclipse.jgit</artifactId>
      <version>5.8.1.202007141445-r</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.11.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-smile</artifactId>
      <version>2.11.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.koloboke</groupId>
      <artifactId>koloboke-api-jdk8</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.koloboke</groupId>
      <artifactId>koloboke-impl-jdk8</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.classgraph</groupId>
      <artifactId>classgraph</artifactId>
      <version>4.8.87</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>1.26</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>rewrite-core</name>
  <description>Eliminate tech-debt. Automatically.</description>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>org.openrewrite#rewrite-core;2.2.0</nebula_Implementation_Title>
    <nebula_Implementation_Version>2.2.0</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>circleci</nebula_Built_By>
    <nebula_Built_OS>Linux</nebula_Built_OS>
    <nebula_Build_Date>2020-07-30_04:12:37</nebula_Build_Date>
    <nebula_Gradle_Version>6.5.1</nebula_Gradle_Version>
    <nebula_Module_Source>/rewrite-core</nebula_Module_Source>
    <nebula_Module_Origin>git@github.com:openrewrite/rewrite.git</nebula_Module_Origin>
    <nebula_Change>4b50f41</nebula_Change>
    <nebula_Branch>4b50f41aa83f9ca8802d15e2371fa5224d05343e</nebula_Branch>
    <nebula_Build_Host>2818de2c3aff</nebula_Build_Host>
    <nebula_Build_Job>LOCAL</nebula_Build_Job>
    <nebula_Build_Number>LOCAL</nebula_Build_Number>
    <nebula_Build_Id>LOCAL</nebula_Build_Id>
    <nebula_Created_By>11.0.7+10 (Oracle Corporation)</nebula_Created_By>
    <nebula_Build_Java_Version>11.0.7</nebula_Build_Java_Version>
    <nebula_Module_Owner>jkschneider@gmail.com</nebula_Module_Owner>
    <nebula_Module_Email>jkschneider@gmail.com</nebula_Module_Email>
    <nebula_X_Compile_Target_JDK>11</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>11</nebula_X_Compile_Source_JDK>
    <nebula_Resolved_Dependencies>
      com.fasterxml.jackson.core:jackson-databind:2.11.1
        com.fasterxml.jackson.core:jackson-annotations:2.11.1
        com.fasterxml.jackson.core:jackson-core:2.11.1
      com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.11.1
        com.fasterxml.jackson.core:jackson-core:2.11.1
        com.fasterxml.jackson.core:jackson-databind:2.11.1
      com.google.code.findbugs:jsr305:3.0.2
      com.koloboke:koloboke-api-jdk8:1.0.0
      com.koloboke:koloboke-impl-jdk8:1.0.0
        com.koloboke:koloboke-api-jdk8:1.0.0
        com.koloboke:koloboke-impl-common-jdk8:1.0.0
          com.koloboke:koloboke-api-jdk8:1.0.0
      io.github.classgraph:classgraph:4.8.87
      io.micrometer:micrometer-core:1.5.3
        org.hdrhistogram:HdrHistogram:2.1.12
        org.latencyutils:LatencyUtils:2.0.3
      javax.inject:javax.inject:1
      org.eclipse.jgit:org.eclipse.jgit:5.8.1.202007141445-r
        com.googlecode.javaewah:JavaEWAH:1.1.7
        org.slf4j:slf4j-api:1.7.2
      org.kohsuke:github-api:1.115
        com.fasterxml.jackson.core:jackson-databind:2.11.1
        commons-io:commons-io:2.4
        org.apache.commons:commons-lang3:3.9
      org.yaml:snakeyaml:1.26
    </nebula_Resolved_Dependencies>
  </properties>
  <url>https://github.com/openrewrite/rewrite</url>
  <scm>
    <url>git@github.com:openrewrite/rewrite.git</url>
  </scm>
  <developers>
    <developer>
      <name>Jonathan Schneider</name>
      <email>jkschneider@gmail.com</email>
    </developer>
  </developers>
</project>