You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rm...@apache.org on 2013/09/11 15:55:13 UTC

svn commit: r1521846 - /geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml

Author: rmannibucau
Date: Wed Sep 11 13:55:13 2013
New Revision: 1521846

URL: http://svn.apache.org/r1521846
Log:
fixing osgi imports

Modified:
    geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml?rev=1521846&r1=1521845&r2=1521846&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jbatch_1.0_spec/pom.xml Wed Sep 11 13:55:13 2013
@@ -86,7 +86,8 @@
             <Import-Package>
               org.apache.geronimo.osgi.registry.api;resolution:=optional,
               javax.inject;resolution:=optional,
-              javax.enterprise.util;resolution:=optional
+              javax.enterprise.util;resolution:=optional,
+              *
             </Import-Package>
           </instructions>
         </configuration>