microsoft/gctoolkit

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
d7dc6b3a64f96211ed879a4cdccfbb8f33f8333d

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

11lines · modecode

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