loonwerks/AGREE

Remove lib/gson dependency reference from analysis plugin manifest

Closed this issue · 0 comments

Previously the gson jar was imported into a lib folder in the AGREE analysis plugin project. However, since AGREE is a Maven project, including the jar in the plugin project is unnecessary. The jar was removed from the project, but the dependency is still specified on the classpath in the manifest. This issue is created to remove the reference from the plugin manifest.