<?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>com.eventoframework</groupId>
  <artifactId>evento-parser</artifactId>
  <version>ev1.7.2</version>
  <name>Evento Framework - Parser</name>
  <description>Codebase Parser to detect RECQ Components for Evento Framework</description>
  <url>https://www.eventoframework.com/</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/EventoFramework/evento-framework/main/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gaborgalazzo</id>
      <name>Gabor Galazzo</name>
      <email>gabor.galazzo@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/EventoFramework/evento-framework.git</connection>
    <developerConnection>scm:git:ssh://github.com/EventoFramework/evento-framework.git</developerConnection>
    <url>https://github.com/EventoFramework/evento-framework/tree/main/evento-parser</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.sourceforge.pmd</groupId>
      <artifactId>pmd-java</artifactId>
      <version>6.55.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-commons</artifactId>
      <version>9.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-util</artifactId>
      <version>9.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>9.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.10.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.eventoframework</groupId>
      <artifactId>evento-common</artifactId>
      <version>ev1.7.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
