loonwerks / AGREE

Assume-Guarantee REasoning Environment
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Remove lib/gson dependency reference from analysis plugin manifest #110

Closed iamundson closed 2 years ago

iamundson commented 2 years ago

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.