Make yang-model-api a JPMS module 24/88024/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 8 Oct 2020 14:52:54 +0000 (16:52 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 18 Oct 2020 16:43:43 +0000 (18:43 +0200)
commit0b0af437cb2fad36743646e13f0b8d2928f72e64
treed51acee61465a48ad1f2124d6762807de59a0730
parent3d577aa505a22bbe545920123b887ff2b0b03cfe
Make yang-model-api a JPMS module

This converts yang-model-api to an explicit module, expressing what
it really does. This unfornately exposes the state of affairs re.
JPMS testing and requires us to use explicit opens to get mockito
working.

JIRA: YANGTOOLS-934
Change-Id: I80de90ea903300624e64c57859dc451a59381644
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-api/pom.xml
yang/yang-model-api/src/main/java/module-info.java [new file with mode: 0644]