aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeong Lim <keong.lim@huawei.com>2019-02-28 11:45:08 +1100
committerKeong Lim <keong.lim@huawei.com>2019-02-28 11:53:32 +1100
commit28c70d54b306fbd78f1806c3503350e312b7e431 (patch)
treeefdd1a4091bd51eaed846138328424e2a9c4dcb1
parente06ec44748af91bb7d54f5821859526b13cc1039 (diff)
AAI-2171 duplicates in aai-schema-ingest pom
remove duplicate gson versions Issue-ID: AAI-2171 Change-Id: I26b5252560ffe861ef917ee61ce867be07b6b0f5 Signed-off-by: Keong Lim <keong.lim@huawei.com>
-rw-r--r--aai-schema-ingest/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml
index 730a686a..0effb9e6 100644
--- a/aai-schema-ingest/pom.xml
+++ b/aai-schema-ingest/pom.xml
@@ -152,19 +152,6 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.8.5</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.8.5</version>
- <scope>compile</scope>
</dependency>
</dependencies>
<!-- Plugins and repositories -->