Suppress warnings related to Java version
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / ext / test / org / argeo / osgi / boot / OsgiBootRuntimeTest.java
index 32b72bcebfe6b7c4e6cf14da732e767d59b91de6..7596c56a3f87f006ab828258cbfd48d232cf9d6c 100644 (file)
@@ -26,6 +26,7 @@ import org.osgi.framework.Bundle;
 import org.osgi.framework.BundleContext;
 
 /** Starts an Equinox runtime and provision it with OSGi boot. */
+@SuppressWarnings({ "unchecked", "rawtypes", "deprecation", "restriction" })
 public class OsgiBootRuntimeTest extends TestCase {
        protected OsgiBoot osgiBoot = null;
        private boolean osgiRuntimeAlreadyRunning = false;