Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.disposition.rest/META-INF')
-rw-r--r--plugins/org.eclipse.osee.disposition.rest/META-INF/MANIFEST.MF5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.disposition.rest/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.disposition.rest/META-INF/MANIFEST.MF
index 318962aff86..6930bf2fa27 100644
--- a/plugins/org.eclipse.osee.disposition.rest/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.disposition.rest/META-INF/MANIFEST.MF
@@ -8,9 +8,7 @@ Bundle-Vendor: Eclipse Open System Engineering Environment
Service-Component: OSGI-INF/*.xml
Osee-JaxRs-Resource: /web/*;path=/dispo
Import-Package:
- com.google.common.collect,
- com.google.common.io,
- com.google.gson;version="2.1.0",
+ com.google.gson,
javax.ws.rs,
javax.ws.rs.core,
javax.ws.rs.ext,
@@ -30,5 +28,4 @@ Import-Package:
org.eclipse.osee.orcs.search,
org.eclipse.osee.orcs.transaction,
org.eclipse.osee.orcs.utility,
- org.eclipse.osee.template.engine,
org.json

Back to the top