<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.paullo612.mlfx.compiler</groupId>
  <artifactId>micronaut</artifactId>
  <version>0.5.0</version>
  <name>micronaut</name>
  <description>Helper annotation processors for Micronaut based reflection backend. Put this to your annotation processors path
        to compile FXML files if reflections handling is delegated to Micronaut framework.</description>
  <url>https://github.com/Paullo612/mlfx/compiler/micronaut</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Paullo612</name>
      <email>paullo612@ya.ru</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Paullo612/mlfx.git/compiler/micronaut</connection>
    <developerConnection>scm:git:ssh://github.com:Paullo612/mlfx.git/compiler/micronaut</developerConnection>
    <tag>v0.5.0</tag>
    <url>https://github.com/Paullo612/mlfx/tree/master/compiler/micronaut</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.paullo612.mlfx.compiler</groupId>
      <artifactId>compiler-core</artifactId>
      <version>0.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-fxml</artifactId>
      <version>19</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
