Skip to content

Commit

Permalink
Drop unused com.google.auto.service:auto-service dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinand-swoboda committed Oct 20, 2023
1 parent 934dd31 commit 2b849af
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-annotations</artifactId>
<version>${version.auto-service}</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
Expand Down Expand Up @@ -307,11 +302,6 @@
<artifactId>jmh-generator-annprocess</artifactId>
<version>${version.jmh}</version>
</path>
<path>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>${version.auto-service}</version>
</path>
</annotationProcessorPaths>
<parameters>true</parameters>
<source>${version.jdk}</source>
Expand Down

0 comments on commit 2b849af

Please sign in to comment.