diff options
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index f5236e40fa..5c0726d399 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -14,6 +14,7 @@ </parent> <dependencies> + <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> @@ -77,6 +78,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <version>1.2.1-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -166,6 +168,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> + <version>2.0-SNAPSHOT</version> <scope>compile</scope> </dependency> |