Skip to content

Commit

Permalink
Removes unnecessary mavenCentral() declarations in Gradle sub-project…
Browse files Browse the repository at this point in the history
…s. (opensearch-project#4152)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Feb 19, 2024
1 parent 119ccb6 commit bd9357d
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 41 deletions.
4 changes: 0 additions & 4 deletions data-prepper-plugins/cloudwatch-logs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ plugins {
id 'java-library'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':data-prepper-plugins:aws-plugin-api')
implementation project(path: ':data-prepper-plugins:common')
Expand Down
4 changes: 0 additions & 4 deletions data-prepper-plugins/dynamodb-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ plugins {
}


repositories {
mavenCentral()
}

dependencies {
implementation project(path: ':data-prepper-api')

Expand Down
4 changes: 0 additions & 4 deletions data-prepper-plugins/mapdb-processor-state/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':data-prepper-api')
implementation project(':data-prepper-plugins:common')
Expand Down
5 changes: 0 additions & 5 deletions data-prepper-plugins/newline-codecs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ plugins {
id 'java'
}


repositories {
mavenCentral()
}

dependencies {
implementation project(':data-prepper-api')
implementation 'com.fasterxml.jackson.core:jackson-annotations'
Expand Down
4 changes: 0 additions & 4 deletions data-prepper-plugins/parse-json-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':data-prepper-api')
implementation project(':data-prepper-plugins:common')
Expand Down
4 changes: 0 additions & 4 deletions data-prepper-plugins/rss-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':data-prepper-api')
implementation 'io.micrometer:micrometer-core'
Expand Down
4 changes: 0 additions & 4 deletions data-prepper-plugins/s3-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':data-prepper-api')
implementation project(':data-prepper-plugins:buffer-common')
Expand Down
4 changes: 0 additions & 4 deletions data-prepper-plugins/service-map-stateful/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':data-prepper-api')
implementation project(':data-prepper-plugins:common')
Expand Down
4 changes: 0 additions & 4 deletions data-prepper-test-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation testLibs.hamcrest
testRuntimeOnly testLibs.junit.engine
Expand Down
4 changes: 0 additions & 4 deletions performance-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ configurations.all {

group 'org.opensearch.dataprepper.test.performance'

repositories {
mavenCentral()
}

dependencies {
gatlingImplementation 'software.amazon.awssdk:auth:2.23.13'
implementation 'com.fasterxml.jackson.core:jackson-core'
Expand Down

0 comments on commit bd9357d

Please sign in to comment.