Skip to content

Commit 41c7bd3

Browse files
committed
HBASE-27443 Addendum forward port new changes while cherry-picking to branch-2.x
1 parent 5c6ff7d commit 41c7bd3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

hbase-build-configuration/pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,6 @@
6868
<activation>
6969
<activeByDefault>false</activeByDefault>
7070
</activation>
71-
<dependencies>
72-
<dependency>
73-
<groupId>com.google.errorprone</groupId>
74-
<artifactId>error_prone_core</artifactId>
75-
<version>${error-prone.version}</version>
76-
<scope>provided</scope>
77-
<exclusions>
78-
<exclusion>
79-
<groupId>com.google.code.findbugs</groupId>
80-
<artifactId>jsr305</artifactId>
81-
</exclusion>
82-
</exclusions>
83-
</dependency>
84-
</dependencies>
8571
<build>
8672
<plugins>
8773
<!-- Turn on error-prone -->
@@ -94,7 +80,7 @@
9480
<compilerArgs>
9581
<arg>-XDcompilePolicy=simple</arg>
9682
<!-- All -Xep need to be on single line see: https://github.com/google/error-prone/pull/1115 -->
97-
<arg>-Xplugin:ErrorProne -XepDisableWarningsInGeneratedCode -Xep:FallThrough:OFF -Xep:MutablePublicArray:OFF -Xep:ClassNewInstance:ERROR -Xep:MissingDefault:ERROR -Xep:BanJNDI:WARN</arg>
83+
<arg>-Xplugin:ErrorProne -XepDisableWarningsInGeneratedCode -XepExcludedPaths:.*/target/.* -Xep:FallThrough:OFF -Xep:MutablePublicArray:OFF -Xep:ClassNewInstance:ERROR -Xep:MissingDefault:ERROR -Xep:BanJNDI:WARN</arg>
9884
</compilerArgs>
9985
<annotationProcessorPaths>
10086
<path>

0 commit comments

Comments
 (0)