Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF16
1 files changed, 5 insertions, 11 deletions
diff --git a/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
index 5cfc1053951..2292204b7e8 100644
--- a/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
@@ -9,19 +9,13 @@ Import-Package: com.google.inject,
com.google.inject.binder,
com.google.inject.matcher,
com.google.inject.spi,
- com.sun.jersey.api.client;version="1.18.0",
- com.sun.jersey.api.client.async;version="1.18.0",
- com.sun.jersey.api.client.config;version="1.18.0",
- com.sun.jersey.api.client.filter;version="1.18.0",
- javax.ws.rs,
- javax.ws.rs.core,
+ javax.ws.rs;version="2.0.0",
+ javax.ws.rs.client;version="2.0.0",
+ javax.ws.rs.core;version="2.0.0",
org.eclipse.osee.account.rest.model,
org.eclipse.osee.framework.jdk.core.type,
- org.eclipse.osee.jaxrs.client,
- org.eclipse.osee.jaxrs
+ org.eclipse.osee.jaxrs,
+ org.eclipse.osee.jaxrs.client
Export-Package: org.eclipse.osee.account.rest.client
Bundle-Vendor: Eclipse Open System Engineering Environment
-Require-Bundle: org.codehaus.jackson.core;bundle-version="1.9.2",
- org.codehaus.jackson.jaxrs;bundle-version="1.9.2",
- org.codehaus.jackson.mapper;bundle-version="1.9.2"
Bundle-ActivationPolicy: lazy

Back to the top