Skip to content

Commit

Permalink
Remove unused com.google.auto.service:auto-service dependency (#7230)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jun 19, 2023
1 parent 2242802 commit 3848a7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/cratedb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
description = "Testcontainers :: JDBC :: CrateDB"

dependencies {
annotationProcessor 'com.google.auto.service:auto-service:1.0.1'
compileOnly 'com.google.auto.service:auto-service:1.0.1'

api project(':jdbc')

testImplementation project(':jdbc-test')
Expand Down

0 comments on commit 3848a7f

Please sign in to comment.