mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Remove bouncycastle dependency from util
This commit is contained in:
@@ -86,7 +86,7 @@ public final class NetworkConstants {
|
||||
RSA_MODULUS = privateKey.getModulus();
|
||||
RSA_EXPONENT = privateKey.getPrivateExponent();
|
||||
} catch (Exception exception) {
|
||||
throw new ExceptionInInitializerError(new IOException("Error parsing id_rsa", exception));
|
||||
throw new ExceptionInInitializerError(new IOException("Error parsing rsa.pem", exception));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -23,11 +23,4 @@
|
||||
<testSourceDirectory>src/test</testSourceDirectory>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user