This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-library.git
commit 7a413f0925ebe000808dbcc1d5c28334de1f14cc Author: Alex Heneveld <[email protected]> AuthorDate: Wed Nov 10 13:49:21 2021 +0000 remove misleading findbugs (and also guava) in man places, delegate to utils-common dependencies --- software/database/pom.xml | 8 -------- software/nosql/pom.xml | 8 -------- software/webapp/pom.xml | 8 -------- 3 files changed, 24 deletions(-) diff --git a/software/database/pom.xml b/software/database/pom.xml index 37572b0..0a56a18 100644 --- a/software/database/pom.xml +++ b/software/database/pom.xml @@ -89,14 +89,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml index 87ad178..c96d606 100644 --- a/software/nosql/pom.xml +++ b/software/nosql/pom.xml @@ -87,14 +87,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> diff --git a/software/webapp/pom.xml b/software/webapp/pom.xml index 2b133bf..047e38f 100644 --- a/software/webapp/pom.xml +++ b/software/webapp/pom.xml @@ -104,14 +104,6 @@ <artifactId>httpcore</artifactId> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency>
