Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/1048#discussion_r45788738
--- Diff: usage/camp/pom.xml ---
@@ -186,6 +186,23 @@
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <supportedProjectTypes>
+ <supportedProjectType>jar</supportedProjectType>
+ </supportedProjectTypes>
+ <instructions>
+
<Export-Package>org.apache.brooklyn.*</Export-Package>
+ <Import-Package>
+ !org.python.google.common.collect
--- End diff --
If there's code in Brooklyn using python APIs should migrate it to guava
instead of doing this. Worth adding to the maven api check as well, not the
first time this has snuck in.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---