This is an automated email from the ASF dual-hosted git repository.
xinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new c8a8c12 SamzaRunner: Remove the LinkedIn repo accidentally committed
(#8259)
c8a8c12 is described below
commit c8a8c12fb2dd92ef8ebc47f0cd4038039298ce76
Author: xinyuiscool <[email protected]>
AuthorDate: Tue Apr 9 18:11:08 2019 -0700
SamzaRunner: Remove the LinkedIn repo accidentally committed (#8259)
---
runners/samza/job-server/build.gradle | 6 ------
1 file changed, 6 deletions(-)
diff --git a/runners/samza/job-server/build.gradle
b/runners/samza/job-server/build.gradle
index a8ab8b9..170f639 100644
--- a/runners/samza/job-server/build.gradle
+++ b/runners/samza/job-server/build.gradle
@@ -23,12 +23,6 @@ apply plugin: 'application'
// we need to set mainClassName before applying shadow plugin
mainClassName = "org.apache.beam.runners.samza.SamzaJobServerDriver"
-repositories {
- maven {
- url "https://artifactory.corp.linkedin.com:8083/artifactory/DDS/"
- }
-}
-
applyJavaNature(
validateShadowJar: false,
exportJavadoc: false,