<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <artifactId>modules-sftp</artifactId>

  <parent>
    <groupId>org.basex.modules</groupId>
    <artifactId>modules-parent</artifactId>
    <version>12.3</version>
    <relativePath>..</relativePath>
  </parent>

  <name>BaseX SFTP Module</name>

  <dependencies>
    <dependency>
      <groupId>com.jcraft</groupId>
      <artifactId>jsch</artifactId>
      <version>0.1.55</version>
    </dependency>
  </dependencies>
</project>
