X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fcds-mgmt-api%2Fsrc%2Fmain%2Fjava%2Fmodule-info.java;fp=opendaylight%2Fmd-sal%2Fcds-mgmt-api%2Fsrc%2Fmain%2Fjava%2Fmodule-info.java;h=758f7d1f5899bab7528868fb266e62bf6e0c3be6;hp=0000000000000000000000000000000000000000;hb=c805b57270f82d09d460672372d8d21f5aa54fde;hpb=d41a539e0586c5dcca62532e2769cbdc89bd5bf0 diff --git a/opendaylight/md-sal/cds-mgmt-api/src/main/java/module-info.java b/opendaylight/md-sal/cds-mgmt-api/src/main/java/module-info.java new file mode 100644 index 0000000000..758f7d1f58 --- /dev/null +++ b/opendaylight/md-sal/cds-mgmt-api/src/main/java/module-info.java @@ -0,0 +1,17 @@ +/* + * 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.controller.cluster.mgmt.api { + exports org.opendaylight.controller.cluster.mgmt.api; + // FIXME: 4.0.0: collapse these packages + exports org.opendaylight.controller.cluster.datastore.jmx.mbeans; + exports org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard; + + // Annotation-only dependencies + requires static java.management; + requires static org.eclipse.jdt.annotation; +}