microsoft/gctoolkit

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
4f2027dc1205a3c08d4548c63279e9d2de938b33

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

8lines · modecode

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