updated license header, merged shared-security

This commit is contained in:
2019-09-12 23:43:14 +02:00
parent f804c11ceb
commit a071cb5732
13 changed files with 366 additions and 63 deletions

View File

@ -18,7 +18,6 @@
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netbeans.hint.license>gpl20</netbeans.hint.license>
</properties>
<dependencies>
@ -32,5 +31,9 @@
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</dependency>
</dependencies>
</project>