Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Aug 21, 2023
1 parent 8cd3f59 commit 5bc9505
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ tasks.named("antora") {
dependsOn "generateAntoraResources"
}

tasks.named("antora") {
dependsOn "test"
}

jar {
enabled = false
}
Expand All @@ -68,19 +72,12 @@ dependencies {

testImplementation 'io.zipkin.reporter2:zipkin-sender-urlconnection'

testImplementation 'io.micrometer:micrometer-test'
testImplementation 'io.micrometer:micrometer-observation-test'
testImplementation project(":micrometer-tracing-test")
testImplementation project(":micrometer-tracing-integration-test")
testImplementation 'org.aspectj:aspectjweaver'
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.mockito:mockito-inline'
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.springframework:spring-context'
testImplementation 'io.projectreactor:reactor-core'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'io.netty:netty-transport'
testImplementation 'org.apache.httpcomponents.client5:httpclient5'
testImplementation 'io.javalin:javalin'
}

0 comments on commit 5bc9505

Please sign in to comment.