<?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>io.codemodder</groupId>
  <artifactId>core-codemods</artifactId>
  <version>v0.72.2</version>
  <name>core-codemods</name>
  <description>Codemods for fixing common errors across many Java projects</description>
  <url>https://github.com/pixee/codemodder-java</url>
  <licenses>
    <license>
      <name>GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPL-3.0)</name>
      <url>https://opensource.org/licenses/AGPL-3.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pixee</id>
      <name>Pixee</name>
      <email>support@pixee.ai</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:pixee/codemodder-java</connection>
    <developerConnection>scm:git:git@github.com:pixee/codemodder-java</developerConnection>
    <url>https://github.com/pixee/codemodder-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-base</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-semgrep</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-codeql</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-maven</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-llm</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-aws</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-pmd</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-sonar</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.codemodder</groupId>
      <artifactId>codemodder-plugin-defectdojo</artifactId>
      <version>v0.72.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.zafarkhaja</groupId>
      <artifactId>java-semver</artifactId>
      <version>0.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.albfernandez</groupId>
      <artifactId>juniversalchardet</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>2.1.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-jexl3</artifactId>
      <version>3.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.javatuples</groupId>
      <artifactId>javatuples</artifactId>
      <version>1.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
