<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.bisq-network</groupId>
  <artifactId>jsocks</artifactId>
  <version>43b004b5bcc468fb1213767853e1d8a54fd4a359</version>
  <name>SOCKS proxy</name>
  <description>Cloned from http://sourceforge.net/projects/jsocks/</description>
  <url>https://github.com/bisq-network/jsocks</url>
  <inceptionYear>2022</inceptionYear>
  <developers>
    <developer>
      <id>bisq-network</id>
      <name>Bisq</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/bisq-network/jsocks.git</connection>
    <developerConnection>scm:git://github.com/bisq-network/jsocks.git</developerConnection>
    <url>git://github.com/bisq-network/jsocks.git</url>
  </scm>
  <properties>
    <project.build.sourceEncoding>ASCII</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.5.11</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <resources>
      <resource>
        <directory>src</directory>
        <excludes>
          <exclude>**/*.java</exclude>
        </excludes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.3.2</version>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-pmd-plugin</artifactId>
        <version>2.7.1</version>
      </plugin>
      <plugin>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <version>2.9.1</version>
      </plugin>
    </plugins>
  </build>
</project>
