Skip to content

Commit e2c4e4e

Browse files
committed
fix the build
1 parent b2bc540 commit e2c4e4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/src/main/java/io/opentdf/platform/EncryptExample.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
import java.io.FileOutputStream;
77

88
import com.nimbusds.jose.JOSEException;
9+
import org.apache.commons.codec.DecoderException;
10+
911
import java.io.IOException;
1012
import java.util.concurrent.ExecutionException;
1113

1214
public class EncryptExample {
13-
public static void main(String[] args) throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException {
15+
public static void main(String[] args) throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException, DecoderException {
1416
String clientId = "opentdf";
1517
String clientSecret = "secret";
1618
String platformEndpoint = "localhost:8080";

0 commit comments

Comments
 (0)