From 4cd2a0206d3dc2f2ebdc53e7503ad99461373332 Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Thu, 8 Oct 2020 15:53:21 +0200 Subject: [PATCH] remove Java EE from Glassfish library, add only javax.json now that the letsencrypt certificate issue has been taken care of, I tested removing the full JAVA EE from Glassfish library and adding only the javax.json jar file. Seems to work just as well this way... --- nbproject/project.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 284b4a4..711b512 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -5,6 +5,7 @@ debug.test.modulepath=\ file.reference.commons-lang3-3.11.jar=libraries/commons-lang3-3.11.jar file.reference.commons-text-1.9.jar=libraries/commons-text-1.9.jar file.reference.glazedlists-1.11.0.jar=libraries/glazedlists-1.11.0.jar +file.reference.javax.json-1.1.4.jar=libraries/javax.json-1.1.4.jar javac.modulepath= javac.processormodulepath= javac.test.modulepath=\ @@ -71,7 +72,7 @@ javac.classpath=\ ${file.reference.commons-lang3-3.11.jar}:\ ${file.reference.commons-text-1.9.jar}:\ ${libs.JAVADB_DRIVER_LABEL.classpath}:\ - ${libs.Java-EE-GlassFish-v3-Prelude.classpath} + ${file.reference.javax.json-1.1.4.jar} javadoc.noindex=false manifest.custom.codebase= annotation.processing.enabled.in.editor=false