<?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-xml</artifactId>
  <version>2.0.0</version>
  <dependencies>
    <dependency>
      <groupId>org.openrewrite</groupId>
      <artifactId>rewrite-core</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>antlr4</artifactId>
      <version>4.8-1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-smile</artifactId>
      <version>2.11.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>rewrite-xml</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-xml;2.0.0</nebula_Implementation_Title>
    <nebula_Implementation_Version>2.0.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-06-16_20:47:02</nebula_Build_Date>
    <nebula_Gradle_Version>6.4.1</nebula_Gradle_Version>
    <nebula_Module_Source>/rewrite-xml</nebula_Module_Source>
    <nebula_Module_Origin>git@github.com:openrewrite/rewrite.git</nebula_Module_Origin>
    <nebula_Change>597099f</nebula_Change>
    <nebula_Branch>597099f945969192348552bf428c5cf4ee625ea9</nebula_Branch>
    <nebula_Build_Host>ce996ad7b6af</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-annotations:2.11.0
      com.fasterxml.jackson.core:jackson-databind:2.11.0
        com.fasterxml.jackson.core:jackson-annotations:2.11.0
        com.fasterxml.jackson.core:jackson-core:2.11.0
      com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.11.0
        com.fasterxml.jackson.core:jackson-core:2.11.0
        com.fasterxml.jackson.core:jackson-databind:2.11.0
      org.antlr:antlr4:4.8-1
        com.ibm.icu:icu4j:61.1
        org.abego.treelayout:org.abego.treelayout.core:1.0.3
        org.antlr:ST4:4.3
          org.antlr:antlr-runtime:3.5.2
        org.antlr:antlr-runtime:3.5.2
        org.antlr:antlr4-runtime:4.8-1
        org.glassfish:javax.json:1.0.4
      org.openrewrite:rewrite-core:2.0.0
        com.fasterxml.jackson.core:jackson-databind:2.11.0
        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.86
        io.micrometer:micrometer-core:1.5.1
          org.hdrhistogram:HdrHistogram:2.1.12
          org.latencyutils:LatencyUtils:2.0.3
        org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r
          com.googlecode.javaewah:JavaEWAH:1.1.7
          com.jcraft:jsch:0.1.55
          com.jcraft:jzlib:1.1.1
          org.bouncycastle:bcpg-jdk15on:1.64
            org.bouncycastle:bcprov-jdk15on:1.64
          org.bouncycastle:bcpkix-jdk15on:1.64
            org.bouncycastle:bcprov-jdk15on:1.64
          org.bouncycastle:bcprov-jdk15on:1.64
          org.slf4j:slf4j-api:1.7.2
        org.kohsuke:github-api:1.114
          com.fasterxml.jackson.core:jackson-databind:2.11.0
          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>