1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
7 <groupId>org.ldk</groupId>
8 <artifactId>ldk-java</artifactId>
9 <version>1.0-SNAPSHOT</version>
12 <groupId>org.junit.jupiter</groupId>
13 <artifactId>junit-jupiter</artifactId>
14 <version>RELEASE</version>
18 <groupId>org.junit.jupiter</groupId>
19 <artifactId>junit-jupiter</artifactId>
20 <version>RELEASE</version>
24 <groupId>org.bitcoinj</groupId>
25 <artifactId>bitcoinj-core</artifactId>
26 <version>RELEASE</version>
30 <groupId>org.jetbrains</groupId>
31 <artifactId>annotations</artifactId>
32 <version>RELEASE</version>
33 <scope>compile</scope>
37 <maven.compiler.source>1.8</maven.compiler.source>
38 <maven.compiler.target>1.8</maven.compiler.target>
39 <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
45 <groupId>org.apache.maven.plugins</groupId>
46 <artifactId>maven-source-plugin</artifactId>
47 <version>${maven-source-plugin.version}</version>
50 <id>attach-sources</id>