Skip to content

Commit

Permalink
Revert "Add Neo4j Java driver metrics. (#2217)"
Browse files Browse the repository at this point in the history
This reverts commit 9cd70c3.
  • Loading branch information
shakuzen committed Oct 13, 2021
1 parent 90c3f53 commit d918113
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 314 deletions.
2 changes: 0 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ def VERSIONS = [
'org.mockito:mockito-core:latest.release',
'org.mockito:mockito-inline:latest.release',
'org.mongodb:mongodb-driver-sync:latest.release',
'org.neo4j.driver:neo4j-java-driver:latest.release',
'org.slf4j:slf4j-api:1.7.+',
'org.springframework:spring-context:latest.release',
'org.testcontainers:junit-jupiter:latest.release',
'org.testcontainers:kafka:latest.release',
'org.testcontainers:neo4j:latest.release',
'org.testcontainers:testcontainers:latest.release',
'ru.lanwen.wiremock:wiremock-junit5:latest.release',
'software.amazon.awssdk:cloudwatch:latest.release'
Expand Down
5 changes: 0 additions & 5 deletions micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ dependencies {

optionalApi 'org.mongodb:mongodb-driver-sync'

optionalApi 'org.neo4j.driver:neo4j-java-driver'

optionalApi 'org.jooq:jooq'

optionalApi 'org.apache.kafka:kafka-clients'
Expand Down Expand Up @@ -107,9 +105,6 @@ dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:kafka'

// Neo4j binder IT dependencies
testImplementation 'org.testcontainers:neo4j'
}

task shenandoahTest(type: Test) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d918113

Please sign in to comment.