diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-09-23 10:15:21 +0200 |
---|---|---|
committer | Michael D�rre <michael.duerre@highstreet-technologies.com> | 2021-09-23 09:55:50 +0000 |
commit | afdde68bee53e76c79641ed1cdca4eb0b50b8f2a (patch) | |
tree | f50163510aa3ed0fdb03f046a11c501e54ceed1e /sdnr/wt/common-yang/utils/pom.xml | |
parent | 19f6abb1f996a6a31b6f330c7f4a998ba4f554da (diff) |
fixed yang enum serialization
fixed serializer for yang types with -
Issue-ID: CCSDK-3452
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I0e212c585b2874c2f5d154b25615aac17a3da634
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/common-yang/utils/pom.xml')
-rw-r--r-- | sdnr/wt/common-yang/utils/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdnr/wt/common-yang/utils/pom.xml b/sdnr/wt/common-yang/utils/pom.xml index 79a0c31c8..d4e9d5a92 100644 --- a/sdnr/wt/common-yang/utils/pom.xml +++ b/sdnr/wt/common-yang/utils/pom.xml @@ -73,6 +73,12 @@ <artifactId>mdsal-dom-api</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>sdnr-wt-data-provider-model</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |