diff options
author | Henry.Sun <henry.a.sun@est.tech> | 2020-06-23 13:58:44 +0800 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2020-06-23 13:22:28 +0000 |
commit | c8afa0cf9952559a09a71a7022159838b3583743 (patch) | |
tree | ed777ee0c8d2bb0baba5abd119706689c45d7fdd /model | |
parent | 9f9f0dd271e412779c239fc941ed2424112f3459 (diff) |
remove build warning with json dependency
Signed-off-by: Henry.Sun <henry.a.sun@est.tech>
Change-Id: Ieceb3e129620ced23552027e71fd09a2bd91acbe
Issue-ID: POLICY-2649
Diffstat (limited to 'model')
-rw-r--r-- | model/basic-model/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index aaeb51d36..a7e9d1df9 100644 --- a/model/basic-model/pom.xml +++ b/model/basic-model/pom.xml @@ -76,11 +76,6 @@ <version>${version.javax.json}</version> </dependency> <dependency> - <groupId>javax.json</groupId> - <artifactId>javax.json-api</artifactId> - <version>${version.javax.json}</version> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> |