<?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>
  <parent>
    <groupId>com.vaadin.hilla</groupId>
    <artifactId>hilla-project</artifactId>
    <version>24.4.0.alpha1</version>
    <relativePath>../../../pom.xml</relativePath>
  </parent>
  <groupId>com.vaadin.hilla</groupId>
  <artifactId>plugin-base</artifactId>
  <version>24.4.0.alpha1</version>
  <name>Shared library for Hilla Plugins</name>
  <description>hilla-plugin-base contains base/shared classes
    needed by hilla plugins in general.</description>
  <licenses>
    <license>
      <name>Apache License Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <properties>
    <formatter.basedir>${project.parent.basedir}</formatter.basedir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>2.0.9</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
