Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 2afc3acf8 -> 3c1ab28f5


Remove deprecated/unsupported generic Service-Component


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/72dbeaaa
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/72dbeaaa
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/72dbeaaa

Branch: refs/heads/master
Commit: 72dbeaaa1f861f82a04807b8ef6aa60e340d844e
Parents: de857cf
Author: Paul Campbell <[email protected]>
Authored: Wed Sep 19 13:18:23 2018 +0100
Committer: Paul Campbell <[email protected]>
Committed: Wed Sep 19 17:29:52 2018 +0100

----------------------------------------------------------------------
 modularity-server/external-modules/pom.xml  | 1 -
 modularity-server/metadata-registry/pom.xml | 1 -
 modularity-server/proxy/pom.xml             | 1 -
 3 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/72dbeaaa/modularity-server/external-modules/pom.xml
----------------------------------------------------------------------
diff --git a/modularity-server/external-modules/pom.xml 
b/modularity-server/external-modules/pom.xml
index fa3ecf6..9ff9aba 100644
--- a/modularity-server/external-modules/pom.xml
+++ b/modularity-server/external-modules/pom.xml
@@ -107,7 +107,6 @@
                         <Export-Package>
                             !*
                         </Export-Package>
-                        <Service-Component>*</Service-Component>
                     </instructions>
                 </configuration>
             </plugin>

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/72dbeaaa/modularity-server/metadata-registry/pom.xml
----------------------------------------------------------------------
diff --git a/modularity-server/metadata-registry/pom.xml 
b/modularity-server/metadata-registry/pom.xml
index 008f1a3..714eaf1 100644
--- a/modularity-server/metadata-registry/pom.xml
+++ b/modularity-server/metadata-registry/pom.xml
@@ -107,7 +107,6 @@
                         <Export-Package>
                             !*
                         </Export-Package>
-                        <Service-Component>*</Service-Component>
                     </instructions>
                 </configuration>
             </plugin>

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/72dbeaaa/modularity-server/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/modularity-server/proxy/pom.xml b/modularity-server/proxy/pom.xml
index 76ff414..7a03f86 100644
--- a/modularity-server/proxy/pom.xml
+++ b/modularity-server/proxy/pom.xml
@@ -135,7 +135,6 @@
                         <Export-Package>
                             !*
                         </Export-Package>
-                        <Service-Component>*</Service-Component>
                     </instructions>
                 </configuration>
             </plugin>

Reply via email to