Skip to content

Commit

Permalink
remove Java EE from Glassfish library, add only javax.json
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
JohnRDOrazio committed Oct 8, 2020
1 parent 0e67d11 commit 4cd2a02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=\
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4cd2a02

Please sign in to comment.