Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.rest.client/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ote.rest.client/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.rest.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.rest.client/META-INF/MANIFEST.MF
index be7211346f3..00e1a28a5fe 100644
--- a/plugins/org.eclipse.osee.ote.rest.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ote.rest.client/META-INF/MANIFEST.MF
@@ -18,6 +18,7 @@ Import-Package: javax.ws.rs,
org.eclipse.osee.framework.jdk.core.type,
org.eclipse.osee.framework.jdk.core.util,
org.eclipse.osee.framework.jdk.core.util.network,
+ org.eclipse.osee.framework.logging,
org.eclipse.osee.framework.plugin.core.server
Export-Package: org.eclipse.osee.ote.rest.client
Bundle-ActivationPolicy: lazy
@@ -25,4 +26,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.osee.ote.rest.model,
com.sun.jersey;bundle-version="1.18.0",
com.sun.jersey.client.apache;bundle-version="1.18.0",
- javax.servlet
+ javax.servlet,
+ org.codehaus.jackson.core

Back to the top