Skip to content

Commit

Permalink
Use dep.errorprone.version from airbase
Browse files Browse the repository at this point in the history
  • Loading branch information
oneonestar authored and ebyhr committed Oct 21, 2024
1 parent 9381ad4 commit 2d082ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>${dep.errorprone.version}</version>
</dependency>

<dependency>
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
<air.check.skip-spotbugs>true</air.check.skip-spotbugs>
<air.check.skip-pmd>true</air.check.skip-pmd>
<air.release.preparation-goals>clean verify -DskipTests</air.release.preparation-goals>

<!-- Dependency versions, keep sorted -->
<dep.errorprone.version>2.29.2</dep.errorprone.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 2d082ae

Please sign in to comment.