<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.github.calimero</groupId>
    <artifactId>calimero-parent</artifactId>
    <version>2.4</version>
  </parent>
  <artifactId>calimero-rxtx</artifactId>
  <name>Calimero rxtx Adapter</name>
  <description>Adapter to use the rxtx library for serial communication</description>
  <scm>
    <url>https://github.com/calimero-project/rxtx-adapter.git</url>
  </scm>
  <url>https://github.com/calimero-project/rxtx-adapter</url>
  <licenses>
    <license>
      <name>GNU General Public License, version 2, with the Classpath Exception</name>
      <url>LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Boris Malinowsky</name>
      <email>b.malinowsky@gmail.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>com.github.calimero</groupId>
      <artifactId>calimero-core</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.neuronrobotics</groupId>
      <artifactId>nrjavaserial</artifactId>
      <version>3.14.0</version>
    </dependency>
  </dependencies>
  <groupId>com.github.calimero</groupId>
  <version>2.4</version>
</project>
