diff options
author | halil.cakal <halil.cakal@est.tech> | 2024-10-11 17:22:06 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2024-10-25 11:51:22 +0100 |
commit | 62abb22f7c495892afc45d72b8994112ebf1dfb5 (patch) | |
tree | 3c525bd27f4c8aefda48efb18877e29efb4a921d /dmi-stub/pom.xml | |
parent | 1e1f49f7947271b15fa9b096a022e827d952a043 (diff) |
DMI simulator serving yang modules dynamically
- all modules and module references are created once,
then are served as requested
- 5 module-set-tag supported from tagA to tagE
- 200 yang modules per module-set-tag
- module sizes are fixed at 32KiB each
- the average response size is 200 * 32KiB = 6.4MiB
for each
Issue-ID: CPS-2410
Change-Id: Ie7ac73b8c0bd464b114a8d76104db4b569ae36f4
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'dmi-stub/pom.xml')
-rw-r--r-- | dmi-stub/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml index 17def900..64df918e 100644 --- a/dmi-stub/pom.xml +++ b/dmi-stub/pom.xml @@ -33,6 +33,8 @@ <properties> <sonar.skip>true</sonar.skip> <jacoco.skip>true</jacoco.skip> + <java.version>17</java.version> + <maven.compiler.release>17</maven.compiler.release> </properties> <modules> @@ -97,5 +99,4 @@ </plugin> </plugins> </build> - </project>
\ No newline at end of file |