Skip to content

Commit

Permalink
Remove redundant maven central repo in samples
Browse files Browse the repository at this point in the history
The maven central repository is already inherited in these modules.

Resolves gh-2610
  • Loading branch information
shakuzen committed May 20, 2021
1 parent f426ce8 commit 4c8d1c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions samples/micrometer-samples-hazelcast3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':micrometer-core')
implementation('com.hazelcast:hazelcast') {
Expand Down
4 changes: 0 additions & 4 deletions samples/micrometer-samples-javalin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(":micrometer-core")
implementation project(":micrometer-registry-prometheus")
Expand Down

0 comments on commit 4c8d1c7

Please sign in to comment.