Merge pull request #39 from apache/removeLib2

Enable felix cache locking again after it has been fixed
diff --git a/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java b/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java
index f75647d..8212492 100644
--- a/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java
+++ b/atomos.tests/atomos.tests.modulepath.service/src/test/java/org/apache/felix/atomos/tests/modulepath/service/ModulepathLaunchTest.java
@@ -510,8 +510,7 @@
         try
         {
             f = AtomosLauncher.newFramework(
-                Map.of(Constants.FRAMEWORK_STORAGE, storage2.getAbsolutePath(),
-                    "felix.cache.locking", "false"),
+                Map.of(Constants.FRAMEWORK_STORAGE, storage2.getAbsolutePath()),
                 atomosRuntime);
             f.start();
             fail();