From 282aac0a6f02e02785945d81198d34f9d79c75f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=BCstermann?= Date: Fri, 9 Sep 2016 17:53:53 +0200 Subject: [PATCH] Added "Trusted-Library" manifest attribute The "Trusted-Library" manifest attribute is required for Applets and Java Web Start. Otherwise classes from the Getdown package might be silently ignored (ClassNotFoundException). --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 96de9f2..bcaf254 100644 --- a/pom.xml +++ b/pom.xml @@ -211,6 +211,7 @@ * * * + true