diff options
author | Keong Lim <keong.lim@huawei.com> | 2019-02-28 11:45:08 +1100 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2019-02-28 11:53:32 +1100 |
commit | 28c70d54b306fbd78f1806c3503350e312b7e431 (patch) | |
tree | efdd1a4091bd51eaed846138328424e2a9c4dcb1 /aai-schema-ingest/pom.xml | |
parent | e06ec44748af91bb7d54f5821859526b13cc1039 (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>
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 13 |
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 --> |