Convert yang-binding to a JPMS module 39/93639/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Nov 2020 19:01:32 +0000 (20:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Nov 2020 20:37:49 +0000 (21:37 +0100)
commita1ffd088cbcaf7fd2647882ffd39257fa0e8768c
treeecc248e1f1adc2129cb5043f9e956471cf7776af
parent360c0e5dd753bbf212c3a146bb7b338d3ffcda08
Convert yang-binding to a JPMS module

The code itself is simple, just export it. UTs need an override
to allow use of Whitebox.

JIRA: MDSAL-624
Change-Id: I1d1114473563fe9237df5855ef95c45318cd2ec9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/yang-binding/pom.xml
binding/yang-binding/src/main/java/module-info.java [new file with mode: 0644]