<?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>ch.artaios</groupId>
  <artifactId>openchemlib-vaadin</artifactId>
  <version>2.3.2</version>
  <name>OpenChemLib Vaadin Components</name>
  <description>Vaadin Java integration of OpenChemLib-js Components</description>
  <url>https://github.com/artaius/openchemlib-vaadin</url>
  <organization />
  <licenses>
    <license>
      <name>BSD 3-Clause License</name>
      <url>https://opensource.org/license/bsd-3-clause</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Roman Bär</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com/artaius/openchemlib-vaadin.git</connection>
    <developerConnection>scm:git:git@github.com:/artaius/openchemlib-vaadin.git</developerConnection>
    <url>https://github.com/artaius/openchemlib-vaadin</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/artaius/openchemlib-vaadin/issues</url>
  </issueManagement>
  <distributionManagement>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>com.vaadin</groupId>
      <artifactId>vaadin-core</artifactId>
      <version>24.4.10</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.actelion.research</groupId>
      <artifactId>openchemlib</artifactId>
      <version>2024.11.1</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
