Rename singleton service components
[mdsal.git] / singleton-service / mdsal-singleton-common-api / src / main / java / module-info.java
diff --git a/singleton-service/mdsal-singleton-common-api/src/main/java/module-info.java b/singleton-service/mdsal-singleton-common-api/src/main/java/module-info.java
deleted file mode 100644 (file)
index b704978..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2020 PANTHEON.tech, s.r.o. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-module org.opendaylight.mdsal.singleton.common.api {
-    exports org.opendaylight.mdsal.singleton.common.api;
-
-    requires transitive org.opendaylight.yangtools.concepts;
-
-    // Annotations
-    requires static transitive org.eclipse.jdt.annotation;
-}