microsoft/gctoolkit

Public

mirrored from https://github.com/microsoft/gctoolkitAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3de29d98a44dd9ae0d20fda0ecdf61f06e987b94

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/vertx/src/test/java/module-info.java

12lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3open module censum.vertx.test {
4 requires censum.api;
5 requires censum.parser;
6 requires censum.vertx;
7 requires java.logging;
8 requires io.vertx.core;
9
10 requires org.junit.jupiter.engine;
11 requires org.junit.jupiter.api;
12}