<?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>org.openrewrite</groupId>
  <artifactId>rewrite-xml</artifactId>
  <version>7.0.0-rc.6</version>
  <dependencies>
    <dependency>
      <groupId>org.openrewrite</groupId>
      <artifactId>rewrite-core</artifactId>
      <version>7.0.0-rc.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>20.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.12.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>antlr4</artifactId>
      <version>4.8-1</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;7.0.0-rc.6</nebula_Implementation_Title>
    <nebula_Implementation_Version>7.0.0-rc.6</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>2021-02-24_04:43:13</nebula_Build_Date>
    <nebula_Gradle_Version>6.5.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>6276fe7</nebula_Change>
    <nebula_Branch>6276fe7065c31ac119b1a9a6df64aecc0da4e6d0</nebula_Branch>
    <nebula_Build_Host>ed6e239086b3</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.9+11 (Oracle Corporation)</nebula_Created_By>
    <nebula_Build_Java_Version>11.0.9</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.12.1
        com.fasterxml.jackson:jackson-bom:2.12.1
      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.jetbrains:annotations:20.1.0
      org.openrewrite:rewrite-core:7.0.0-rc.6
        com.fasterxml.jackson.core:jackson-databind:2.12.1
          com.fasterxml.jackson.core:jackson-annotations:2.12.1
          com.fasterxml.jackson.core:jackson-core:2.12.1
            com.fasterxml.jackson:jackson-bom:2.12.1
          com.fasterxml.jackson:jackson-bom:2.12.1
        com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1
          com.fasterxml.jackson.core:jackson-core:2.12.1
          com.fasterxml.jackson.core:jackson-databind:2.12.1
          com.fasterxml.jackson:jackson-bom:2.12.1
        com.fasterxml.jackson.module:jackson-module-parameter-names:2.12.1
          com.fasterxml.jackson.core:jackson-core:2.12.1
          com.fasterxml.jackson.core:jackson-databind:2.12.1
          com.fasterxml.jackson:jackson-bom:2.12.1
        io.github.classgraph:classgraph:4.8.102
        org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r
          com.googlecode.javaewah:JavaEWAH:1.1.7
          org.slf4j:slf4j-api:1.7.30
        org.yaml:snakeyaml:1.28
    </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>