You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by tu...@apache.org on 2015/11/03 12:26:38 UTC

[76/79] incubator-geode git commit: Selenium version changes for pulse

Selenium version changes for pulse


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a38795e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a38795e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a38795e8

Branch: refs/heads/feature/GEODE-17
Commit: a38795e828aeedd67fb12511ae784009bcbb2117
Parents: 9fdc8bc
Author: tushark <tu...@apache.org>
Authored: Tue Nov 3 15:07:59 2015 +0530
Committer: tushark <tu...@apache.org>
Committed: Tue Nov 3 16:54:35 2015 +0530

----------------------------------------------------------------------
 pulse/build.gradle | 34 ++++++++++++++++++++++++++++------
 1 file changed, 28 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a38795e8/pulse/build.gradle
----------------------------------------------------------------------
diff --git a/pulse/build.gradle b/pulse/build.gradle
index b2bd5fc..09eab3d 100755
--- a/pulse/build.gradle
+++ b/pulse/build.gradle
@@ -31,11 +31,18 @@ dependencies {
 
   providedCompile 'commons-logging:commons-logging:1.1.3'
   providedCompile 'commons-codec:commons-codec:1.6'
-  providedCompile 'org.apache.httpcomponents:fluent-hc:4.3.3'
-  providedCompile 'org.apache.httpcomponents:httpclient:4.3.3'
-  providedCompile 'org.apache.httpcomponents:httpclient-cache:4.3.3'
-  providedCompile 'org.apache.httpcomponents:httpcore:4.3.2'
-  providedCompile 'org.apache.httpcomponents:httpmime:4.3.3'
+  
+//  providedCompile 'org.apache.httpcomponents:fluent-hc:4.3.3'
+//  providedCompile 'org.apache.httpcomponents:httpclient:4.3.3'
+//  providedCompile 'org.apache.httpcomponents:httpclient-cache:4.3.3'
+//  providedCompile 'org.apache.httpcomponents:httpcore:4.3.2'
+//  providedCompile 'org.apache.httpcomponents:httpmime:4.3.3'
+  
+  providedCompile 'org.apache.httpcomponents:fluent-hc:4.4.1'
+  providedCompile 'org.apache.httpcomponents:httpclient:4.4.1'
+  providedCompile 'org.apache.httpcomponents:httpclient-cache:4.4.1'
+  providedCompile 'org.apache.httpcomponents:httpcore:4.4.1'
+  providedCompile 'org.apache.httpcomponents:httpmime:4.4.1'
 
   provided 'org.mortbay.jetty:servlet-api:2.5-20081211'
 
@@ -43,9 +50,24 @@ dependencies {
   testCompile 'org.apache.tomcat.embed:tomcat-embed-core:7.0.30'
   testCompile 'org.apache.tomcat.embed:tomcat-embed-jasper:7.0.30'
   testCompile 'org.apache.tomcat.embed:tomcat-embed-logging-juli:7.0.30'
-  testCompile 'org.seleniumhq.selenium:selenium-server-standalone:2.41.0'
+//  testCompile 'org.seleniumhq.selenium:selenium-server-standalone:2.41.0'
 //  testCompile 'org.seleniumhq.selenium:selenium-server:2.47.1'
 
+  testCompile 'cglib:cglib-nodep:3.1'
+  testCompile 'com.google.code.gson:gson:2.4'
+  testCompile 'com.google.guava:guava:18.0'
+  testCompile 'net.java.dev.jna:jna:4.2.0'
+  testCompile 'net.java.dev.jna:jna-platform:4.2.0'
+  testCompile 'org.apache.commons:commons-exec:1.3'
+  testCompile 'org.apache.httpcomponents:httpclient:4.4.1'  
+  
+  testCompile 'org.seleniumhq.selenium:selenium-support:2.47.1'
+  testCompile 'org.seleniumhq.selenium:selenium-api:2.47.1'
+  testCompile 'org.seleniumhq.selenium:selenium-java:2.47.1'
+  testCompile 'org.seleniumhq.selenium:selenium-firefox-driver:2.47.1'
+  testCompile 'org.seleniumhq.selenium:selenium-remote-driver:2.47.1'
+  testCompile 'org.apache.commons:com.springsource.org.apache.commons.logging:1.1.1'
+
   // Required only for creating test categories
 //  testPulseCompile project(path: ':gemfire-junit', configuration: 'testOutput')