shehzaadn-vd commented on a change in pull request #14064:
URL: https://github.com/apache/beam/pull/14064#discussion_r581889076
##########
File path: sdks/java/io/splunk/build.gradle
##########
@@ -19,18 +19,24 @@
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 project(path: ":sdks:java:core", configuration: "shadow")
compile library.java.google_api_client
+ permitUnusedDeclared library.java.google_api_client // BEAM-11761
compile library.java.google_http_client_apache_v2
compile library.java.google_code_gson
- compile project(path: ":sdks:java:core", configuration: "shadow")
Review comment:
moved above to group compile library.java.<variable> together.
----------------------------------------------------------------
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]