From ec1c22c585fc18167e08b4f095431c98def5229b Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Thu, 26 Oct 2023 13:52:15 +0000 Subject: switch to io.airlift:aircompressor --- .../src/main/java/com/yahoo/vespa/security/tool/crypto/CipherUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vespaclient-java/src/main/java/com/yahoo') diff --git a/vespaclient-java/src/main/java/com/yahoo/vespa/security/tool/crypto/CipherUtils.java b/vespaclient-java/src/main/java/com/yahoo/vespa/security/tool/crypto/CipherUtils.java index 36900f65e72..f2debef61e3 100644 --- a/vespaclient-java/src/main/java/com/yahoo/vespa/security/tool/crypto/CipherUtils.java +++ b/vespaclient-java/src/main/java/com/yahoo/vespa/security/tool/crypto/CipherUtils.java @@ -1,7 +1,7 @@ // Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.security.tool.crypto; -import ai.vespa.airlift.zstd.ZstdInputStream; +import io.airlift.compress.zstd.ZstdInputStream; import com.yahoo.compress.ZstdOutputStream; import com.yahoo.security.AeadCipher; -- cgit v1.2.3