Suppress warnings related to Java version
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / ext / test / org / argeo / osgi / boot / OsgiBootNoRuntimeTest.java
index 638b13a6d94b882689f0bee895034e4ee7def215..2a4d2195a2c022b18c1d1a6dd5d04ccb8a5d36a6 100644 (file)
@@ -23,6 +23,7 @@ import junit.framework.TestCase;
 import org.argeo.osgi.boot.OsgiBoot;
 
 /** Tests which do not require a runtime. */
+@SuppressWarnings("rawtypes")
 public class OsgiBootNoRuntimeTest extends TestCase {
        public final static String BUNDLES = "src/test/bundles/some;in=*;ex=excluded,"
                        + "src/test/bundles/others;in=**/org.argeo.*";