Skip to content

Commit 3848a7f

Browse files
authored
Remove unused com.google.auto.service:auto-service dependency (#7230)
1 parent 2242802 commit 3848a7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/cratedb/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
description = "Testcontainers :: JDBC :: CrateDB"
22

33
dependencies {
4-
annotationProcessor 'com.google.auto.service:auto-service:1.0.1'
5-
compileOnly 'com.google.auto.service:auto-service:1.0.1'
6-
74
api project(':jdbc')
85

96
testImplementation project(':jdbc-test')

0 commit comments

Comments
 (0)