Files missing from previous commit (somehow)

This commit is contained in:
catbref
2018-12-03 13:12:52 +00:00
parent 90094be95a
commit 9dcdcb0ffe
10 changed files with 46 additions and 11 deletions

20
pom.xml
View File

@@ -51,7 +51,7 @@
<execution>
<phase>generate-resources</phase>
<goals>
<goal>replace</goal>
<goal>replace</goal>
</goals>
</execution>
</executions>
@@ -225,5 +225,23 @@
<artifactId>bitcoinj-core</artifactId>
<version>0.14.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.60</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
</dependency>
</dependencies>
</project>