Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2021-01-28 22:53:00 +0000
committerRyan T. Baldwin2021-01-28 22:53:00 +0000
commit12532a170e61385cf276e7b23f5110bd36fdd017 (patch)
tree69d061d05b089db73e9ed23411dbd2c33177ea91 /plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF
parent20cfbf4b73e41cfdae38e1adc7dfaf74579af371 (diff)
downloadorg.eclipse.osee-12532a170e61385cf276e7b23f5110bd36fdd017.tar.gz
org.eclipse.osee-12532a170e61385cf276e7b23f5110bd36fdd017.tar.xz
org.eclipse.osee-12532a170e61385cf276e7b23f5110bd36fdd017.zip
refactor[TW18625]: Remove remaining JaxRsClient usage
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
index 63098d96dfb..9f7aa8c5731 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/META-INF/MANIFEST.MF
@@ -57,6 +57,7 @@ Import-Package: javax.ws.rs.client,
org.eclipse.osee.framework.ui.swt,
org.eclipse.osee.framework.ui.ws,
org.eclipse.osee.jaxrs.client,
+ org.eclipse.osee.orcs.rest.client,
org.eclipse.swt,
org.eclipse.swt.widgets,
org.osgi.framework,

Back to the top