diff --git a/tck/communication-tck/communication-tck-column/src/main/java/module-info.java b/tck/communication-tck/communication-tck-column/src/main/java/module-info.java new file mode 100644 index 000000000..508d340a5 --- /dev/null +++ b/tck/communication-tck/communication-tck-column/src/main/java/module-info.java @@ -0,0 +1,22 @@ +/* + * Copyright (c) 2022 Otavio Santana and others + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v. 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * This Source Code may also be made available under the following Secondary + * Licenses when the conditions for such availability set forth in the Eclipse + * Public License v. 2.0 are satisfied: GNU General Public License v2.0 + * w/Classpath exception which is available at + * https://www.gnu.org/software/classpath/license.html. + * + * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + */ +module jakarta.nosql.communication.tck.column { + requires jakarta.nosql.communication.core; + requires jakarta.nosql.communication.column; + requires hamcrest.all; + requires org.junit.jupiter.api; + requires org.mockito; +} \ No newline at end of file diff --git a/tck/communication-tck/communication-tck-core/src/main/java/module-info.java b/tck/communication-tck/communication-tck-core/src/main/java/module-info.java new file mode 100644 index 000000000..449a0203a --- /dev/null +++ b/tck/communication-tck/communication-tck-core/src/main/java/module-info.java @@ -0,0 +1,2 @@ +module communication.tck.core { +} \ No newline at end of file diff --git a/tck/communication-tck/communication-tck-document/src/main/java/module-info.java b/tck/communication-tck/communication-tck-document/src/main/java/module-info.java new file mode 100644 index 000000000..6da607b92 --- /dev/null +++ b/tck/communication-tck/communication-tck-document/src/main/java/module-info.java @@ -0,0 +1,2 @@ +module communication.tck.document { +} \ No newline at end of file