Skip to content

Commit 9e77df6

Browse files
committed
Bump Maven to 3.5.4
1 parent 1350d78 commit 9e77df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip

src/test/java/com/rabbitmq/client/test/ssl/HostnameVerification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static void initCrypto() throws Exception {
158158
assertNotNull(p12Path);
159159
String p12Passwd = System.getProperty("test-client-cert.password");
160160
assertNotNull(p12Passwd);
161-
System.out.println(p12Passwd);
161+
162162
KeyStore ks = KeyStore.getInstance("PKCS12");
163163
char[] p12Password = p12Passwd.toCharArray();
164164
ks.load(new FileInputStream(p12Path), p12Password);

0 commit comments

Comments
 (0)