2015-02-27 23:47: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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<artifactId>parent</artifactId>
|
2017-06-27 01:29:51 +02:00
|
|
|
<groupId>io.bisq</groupId>
|
2017-07-17 10:05:08 +02:00
|
|
|
<version>0.5.3</version>
|
2015-02-27 23:47:21 +01:00
|
|
|
</parent>
|
|
|
|
|
2015-03-13 20:15:20 +01:00
|
|
|
<artifactId>core</artifactId>
|
2015-02-27 23:47:21 +01:00
|
|
|
|
|
|
|
<dependencies>
|
2015-03-24 17:16:34 +01:00
|
|
|
<dependency>
|
2017-06-27 01:29:51 +02:00
|
|
|
<groupId>io.bisq</groupId>
|
2015-10-28 02:11:59 +01:00
|
|
|
<artifactId>common</artifactId>
|
2017-07-08 21:40:16 +02:00
|
|
|
<version>${project.version}</version>
|
2015-03-24 17:16:34 +01:00
|
|
|
</dependency>
|
2015-02-27 23:47:21 +01:00
|
|
|
<dependency>
|
2017-06-27 01:29:51 +02:00
|
|
|
<groupId>io.bisq</groupId>
|
2015-10-28 02:11:59 +01:00
|
|
|
<artifactId>network</artifactId>
|
2017-07-08 21:40:16 +02:00
|
|
|
<version>${project.version}</version>
|
2015-02-27 23:47:21 +01:00
|
|
|
</dependency>
|
2015-04-09 02:41:43 +02:00
|
|
|
|
2015-02-27 23:47:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.jopt-simple</groupId>
|
|
|
|
<artifactId>jopt-simple</artifactId>
|
2017-06-27 01:29:51 +02:00
|
|
|
<version>5.0.3</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2017-08-23 15:36:17 +02:00
|
|
|
<groupId>com.github.bisq-network.btcd-cli4j</groupId>
|
2017-06-27 01:29:51 +02:00
|
|
|
<artifactId>btcd-cli4j-core</artifactId>
|
2017-08-09 12:41:18 +02:00
|
|
|
<version>29f99be</version>
|
2017-06-27 01:29:51 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-08-23 15:36:17 +02:00
|
|
|
<groupId>com.github.bisq-network.btcd-cli4j</groupId>
|
2017-06-27 01:29:51 +02:00
|
|
|
<artifactId>btcd-cli4j-daemon</artifactId>
|
2017-08-09 12:41:18 +02:00
|
|
|
<version>29f99be</version>
|
2017-06-27 01:29:51 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
2017-08-09 11:55:29 +02:00
|
|
|
<!-- For some strange reason we need to include jackson here extra (is included in btcd-cli4j) -->
|
2017-06-27 01:29:51 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
2017-07-25 16:32:19 +02:00
|
|
|
<version>2.8.9</version>
|
2017-06-27 01:29:51 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
2017-07-25 16:32:19 +02:00
|
|
|
<version>2.8.9</version>
|
2017-06-27 01:29:51 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2017-07-25 16:32:19 +02:00
|
|
|
<version>2.8.9</version>
|
2017-06-27 01:29:51 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-02-27 23:47:21 +01:00
|
|
|
</dependency>
|
2015-04-08 16:24:15 +02:00
|
|
|
|
2015-02-27 23:47:21 +01:00
|
|
|
</dependencies>
|
|
|
|
</project>
|