Skip to content

Commit

Permalink
Manage error-prone-annotations at the root
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed May 1, 2024
1 parent fed56de commit 374df03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -2226,6 +2226,12 @@
<artifactId>j2objc-annotations</artifactId>
<version>1.3</version>
</dependency>

<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
10 changes: 0 additions & 10 deletions presto-cassandra/pom.xml
Expand Up @@ -14,16 +14,6 @@
<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.3.4</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
Expand Down

0 comments on commit 374df03

Please sign in to comment.