bisq/jtorproxy/pom.xml

27 lines
880 B
XML
Raw Normal View History

2015-11-06 00:43:21 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>parent</artifactId>
2017-06-27 01:29:51 +02:00
<groupId>io.bisq</groupId>
2017-07-16 16:29:10 +02:00
<version>0.5.2</version>
2015-11-06 00:43:21 +01:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jtorproxy</artifactId>
<dependencies>
<dependency>
2017-06-27 01:29:51 +02:00
<groupId>io.bisq</groupId>
2015-11-06 00:43:21 +01:00
<artifactId>jsocks</artifactId>
<version>${project.version}</version>
2015-11-06 00:43:21 +01:00
</dependency>
<dependency>
2017-06-27 01:29:51 +02:00
<groupId>io.bisq</groupId>
2015-11-06 00:43:21 +01:00
<artifactId>jtorctl</artifactId>
<version>${project.version}</version>
2015-11-06 00:43:21 +01:00
</dependency>
2015-11-09 22:07:17 +01:00
2015-11-06 00:43:21 +01:00
</dependencies>
</project>