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-server.git
commit c17bcae4edfeb5564fcf7314488a04f60d79ff62 Author: Alex Heneveld <[email protected]> AuthorDate: Thu Nov 11 12:30:07 2021 +0000 tidy dependencyManagement - remove duplicates etc --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8d062ed..bf955b3 100644 --- a/pom.xml +++ b/pom.xml @@ -635,11 +635,6 @@ <version>${httpcomponents.httpcore.version}</version> </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>${xml-apis.version}</version> - </dependency> - <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <version>${jsr250-api.version}</version>
