diff options
author | shashikanth.vh@huawei.com <shashikanth.vh@huawei.com> | 2022-03-10 15:27:34 +0530 |
---|---|---|
committer | shashikanth.vh@huawei.com <shashikanth.vh@huawei.com> | 2022-03-10 15:27:34 +0530 |
commit | 3168b680a1b9131c29c8bb58d498a2c167fff15e (patch) | |
tree | 6d3357e2ca9476b826c2dcfa38ff733c21cdd412 /so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-service | |
parent | 21ae00f91ad0930fa0680145a4ef0f5d1d0e6799 (diff) |
Dependency version upgrade gson 2.8.6 to 2.8.9jakarta
Issue-ID: SO-3846
Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: I4181c245f49f1f39115d4b5ad640c63861f0bf0b
Diffstat (limited to 'so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-service')
-rw-r--r-- | so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-service/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-service/pom.xml b/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-service/pom.xml index 03ba808..9017aa0 100644 --- a/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-service/pom.xml +++ b/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-service/pom.xml @@ -111,10 +111,15 @@ <artifactId>snakeyaml</artifactId> </dependency> <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>${gson-version}</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |