diff options
author | niamhcore <niamh.core@est.tech> | 2021-08-30 09:31:53 +0100 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2021-08-31 11:51:11 +0100 |
commit | 6d7e304474717735610f02941900f780a8c93862 (patch) | |
tree | 0bffb344356e7a46f648d5591328921ecf92b1a6 /pom.xml | |
parent | 776c1451ddb2eb676520f8d34103b9c889a4ea26 (diff) |
Adding name and revision tag for yang resources output
Issue-ID: CPS-589
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I43f6971f416c6aa3ac1b1a56626930ad16288680
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -128,6 +128,10 @@ <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> </dependencies> <build> <resources> |