shehzaadn-vd commented on a change in pull request #13688:
URL: https://github.com/apache/beam/pull/13688#discussion_r562774422



##########
File path: sdks/java/io/splunk/build.gradle
##########
@@ -19,18 +19,23 @@
 plugins {
     id 'org.apache.beam.module'
 }
-applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.splunk')
+applyJavaNature(enableStrictDependencies:true,automaticModuleName: 
'org.apache.beam.sdk.io.splunk')
 
 description = "Apache Beam :: SDKs :: Java :: IO :: Splunk"
 ext.summary = "IO to write events to Splunk Http Event Collector (HEC)"
 
 dependencies {
     compile platform(library.java.google_cloud_platform_libraries_bom)
     compile library.java.slf4j_api
-    compile library.java.google_api_client
     compile library.java.google_http_client_apache_v2
     compile library.java.google_code_gson
     compile project(path: ":sdks:java:core", configuration: "shadow")
+    compile "com.google.http-client:google-http-client:1.34.0"
+    compile library.java.joda_time
+    compile library.java.vendored_guava_26_0_jre
+    compile "org.apache.httpcomponents:httpclient:4.5.10"
+    compile "org.apache.httpcomponents:httpcore:4.4.12"
+    compile "org.checkerframework:checker-qual:2.0.0"

Review comment:
       ```suggestion
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to