aboutsummaryrefslogtreecommitdiffstats
path: root/model/basic-model/pom.xml
diff options
context:
space:
mode:
authorHenry.Sun <henry.a.sun@est.tech>2020-06-23 13:58:44 +0800
committerLiam Fallon <liam.fallon@est.tech>2020-06-23 13:22:28 +0000
commitc8afa0cf9952559a09a71a7022159838b3583743 (patch)
treeed777ee0c8d2bb0baba5abd119706689c45d7fdd /model/basic-model/pom.xml
parent9f9f0dd271e412779c239fc941ed2424112f3459 (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/basic-model/pom.xml')
-rw-r--r--model/basic-model/pom.xml5
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>