diff options
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 20597acbde..ff0973c650 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -14,6 +14,7 @@ <properties> <sonar.skip>true</sonar.skip> + <jacoco.skip>true</jacoco.skip> </properties> <dependencies> @@ -21,6 +22,7 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> +<!-- <version>21.0</version> --> <scope>compile</scope> </dependency> @@ -28,12 +30,14 @@ <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> @@ -55,7 +59,7 @@ <groupId>org.openecomp.sdc</groupId> <artifactId>test-apis-ci</artifactId> <version>${project.version}</version> - <!-- <classifier>jar-with-dependencies</classifier> --> + <!-- <classifier>jar-with-dependencies</classifier> --> <scope>compile</scope> </dependency> @@ -176,7 +180,7 @@ <dependency> <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.1.9-SNAPSHOT</version> + <version>1.1.50</version> <scope>compile</scope> </dependency> |