Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
index 60acdb5451a..5ad8ee04156 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
@@ -8,9 +8,9 @@ Bundle-Activator: org.eclipse.osee.framework.ui.skynet.internal.Activator
Service-Component: OSGI-INF/*.xml
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse Open System Engineering Environment
-Import-Package: com.google.common.base;version="[11.0.0,15.0.0)",
- com.google.common.cache;version="[11.0.0,15.0.0)",
- com.google.common.collect;version="[11.0.0,15.0.0)",
+Import-Package: com.google.common.base;version="15.0.0",
+ com.google.common.cache;version="15.0.0",
+ com.google.common.collect;version="15.0.0",
com.lowagie.text,
com.lowagie.text.html,
com.lowagie.text.pdf,

Back to the top