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-ui.git
The following commit(s) were added to refs/heads/master by this push:
new c10de31 remove unnecessary feature dependencies of war ui modules
c10de31 is described below
commit c10de318de245563924a27978b058f74be3f60e9
Author: Alex Heneveld <[email protected]>
AuthorDate: Sun Sep 19 02:04:16 2021 +0100
remove unnecessary feature dependencies of war ui modules
---
ui-modules/features/pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/ui-modules/features/pom.xml b/ui-modules/features/pom.xml
index 0384771..546e5f2 100644
--- a/ui-modules/features/pom.xml
+++ b/ui-modules/features/pom.xml
@@ -52,20 +52,6 @@
<version>${karaf.version}</version>
<type>xml</type>
</dependency>
- <dependency>
- <groupId>org.apache.brooklyn</groupId>
- <artifactId>brooklyn-features</artifactId>
- <version>${brooklyn.version}</version>
- <type>xml</type>
- <classifier>features</classifier>
- </dependency>
- <dependency>
- <groupId>org.apache.brooklyn.ui.modularity</groupId>
- <artifactId>brooklyn-ui-modularity-features</artifactId>
- <version>${brooklyn.ui.modularity.version}</version>
- <type>xml</type>
- <classifier>features</classifier>
- </dependency>
<dependency>
<!-- ensure this version, not karaf's version -->