Improve A2 provisioning framework.
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / src / org / argeo / osgi / boot / a2 / A2Component.java
index 7c14c295eb1a71807ed421e39208e3efa038d134..a2d5facf98b9cfc8c814cfbe1cd5de91b19486d8 100644 (file)
@@ -11,7 +11,7 @@ import org.osgi.framework.Version;
  * <code>Bundle-SymbolicName</code>. This is the equivalent of Maven's artifact
  * id.
  */
-class A2Component implements Comparable<A2Component> {
+public class A2Component implements Comparable<A2Component> {
        private final A2Contribution contribution;
        private final String id;