Fix build errors introduced during backporting SslContext
This commit is contained in:
parent
3ddac6adff
commit
49998bc9c0
@ -22,6 +22,7 @@ import java.security.cert.X509Certificate;
|
|||||||
public final class EmptyArrays {
|
public final class EmptyArrays {
|
||||||
|
|
||||||
public static final byte[] EMPTY_BYTES = new byte[0];
|
public static final byte[] EMPTY_BYTES = new byte[0];
|
||||||
|
public static final char[] EMPTY_CHARS = new char[0];
|
||||||
public static final boolean[] EMPTY_BOOLEANS = new boolean[0];
|
public static final boolean[] EMPTY_BOOLEANS = new boolean[0];
|
||||||
public static final double[] EMPTY_DOUBLES = new double[0];
|
public static final double[] EMPTY_DOUBLES = new double[0];
|
||||||
public static final float[] EMPTY_FLOATS = new float[0];
|
public static final float[] EMPTY_FLOATS = new float[0];
|
||||||
|
6
pom.xml
6
pom.xml
@ -633,6 +633,12 @@
|
|||||||
<version>2.6.0</version>
|
<version>2.6.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-all</artifactId>
|
||||||
|
<version>1.9.5</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user