diff --git a/net/src/main/org/apollo/net/NetworkConstants.java b/net/src/main/org/apollo/net/NetworkConstants.java index 3de056ab..d91029f0 100644 --- a/net/src/main/org/apollo/net/NetworkConstants.java +++ b/net/src/main/org/apollo/net/NetworkConstants.java @@ -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)); } } diff --git a/util/pom.xml b/util/pom.xml index f7cfefe1..b66034f5 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -23,11 +23,4 @@ src/test - - - org.bouncycastle - bcprov-jdk15on - - - \ No newline at end of file