summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-04-25 22:36:03 +0200
committerHarald Musum <musum@yahooinc.com>2022-04-25 22:36:03 +0200
commit90c75a7351010e77a3a510dbdf043189ac4c9b7d (patch)
tree765e3b729bb556166fbcad7276d7f600766c1795 /zookeeper-command-line-client
parentd40e95da8f909a5f860cd0e0ec5a3e94cdc50532 (diff)
Depend on spotbugs instead
Diffstat (limited to 'zookeeper-command-line-client')
-rw-r--r--zookeeper-command-line-client/pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index 5e2318314d9..5dfc5ab22be 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -66,20 +66,15 @@
<artifactId>snappy-java</artifactId>
<scope>compile</scope>
</dependency>
-
+ <dependency>
+ <!-- Needed by zookeeper, which only has an optional dependency. -->
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-annotations</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>