Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-10-22 17:41:47 +0000
committerRyan D. Brooks2015-10-22 17:41:47 +0000
commita135552778dff6290526b48a9fa6771a74fde672 (patch)
tree31452ccf19a94d2e53f288ebc7e2069e4ed7ff19 /plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF
parentf8e2cb2f199f4c69a70d648471c0843beee68805 (diff)
downloadorg.eclipse.osee-a135552778dff6290526b48a9fa6771a74fde672.tar.gz
org.eclipse.osee-a135552778dff6290526b48a9fa6771a74fde672.tar.xz
org.eclipse.osee-a135552778dff6290526b48a9fa6771a74fde672.zip
feature[ats_ATS184131]: Create Work Package Endpoint
Diffstat (limited to 'plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF
index 3a26178f2eb..787721905dc 100644
--- a/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF
@@ -9,8 +9,11 @@ Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.cache,
com.google.inject,
- javax.ws.rs.client;version="2.0.0",
- javax.ws.rs.core;version="2.0.0",
+ javax.ws.rs,
+ javax.ws.rs.client,
+ javax.ws.rs.core,
+ javax.ws.rs.ext,
+ org.codehaus.jackson,
org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.eclipse.osee.ats.core.ai,

Back to the top