diff options
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-13 14:00:22 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-13 12:53:53 +0000 |
commit | 6a924cf18fb4cd76ba6163b453278d0045b70e87 (patch) | |
tree | 7ee929d9ddb43815a7dd35007b2dccf957c8edaf /ui-ci/pom.xml | |
parent | 4445d695275437479ef5ecb8c741ea92c673a965 (diff) |
analyze and fix IQ server violations SDC
Also fixes SDC-1119
Change-Id: I698ee784e0774e8c856acd7485e5abcb1ce27991
Issue-ID: SDC-1114
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index dedd21c969..ad3b0dacab 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -23,7 +23,6 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> - <!-- <version>21.0</version> --> <scope>compile</scope> </dependency> @@ -31,14 +30,12 @@ <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.53.1</version> - <!-- <version>3.4.0</version> --> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-server</artifactId> <version>2.53.1</version> - <!-- <version>3.4.0</version> --> <scope>runtime</scope> </dependency> @@ -60,7 +57,6 @@ <groupId>org.openecomp.sdc</groupId> <artifactId>test-apis-ci</artifactId> <version>${project.version}</version> - <!-- <classifier>jar-with-dependencies</classifier> --> <scope>compile</scope> </dependency> |