diff options
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-14 13:11:03 +0200 |
---|---|---|
committer | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-14 13:11:03 +0200 |
commit | c985d052d8e7ba92404259882af34babf7faa2ca (patch) | |
tree | b81480cd9eb9a56393d6b27cb34b2f65dfc68bee /ui-ci | |
parent | d2b0fde8978068a541a94c4a1fb3069693631ac3 (diff) |
analyze and fix IQ server violations SDC
Change-Id: If5ee0d2830ccdb46ea549a6d53d7a93ecf3e43ee
Issue-ID: SDC-1114
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'ui-ci')
-rw-r--r-- | ui-ci/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index ad3b0dacab..af86e1f99d 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -217,18 +217,6 @@ </dependency> <dependency> - <groupId>org.sikuli</groupId> - <artifactId>sikuli-api</artifactId> - <version>1.2.0</version> - </dependency> - - <dependency> - <groupId>org.sikuli</groupId> - <artifactId>sikuli-core</artifactId> - <version>1.2.2</version> - </dependency> - - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>${commons-codec}</version> @@ -268,11 +256,6 @@ <artifactId>guice</artifactId> <version>4.1.0</version> </dependency> - - - - - </dependencies> <build> |