tjwatson commented on issue #53:
URL: https://github.com/apache/felix-atomos/issues/53#issuecomment-1119048247

   In order to have a module called `osgi.core` with Atomos on the module path 
you must use the appropriate `osgi.core` facade provided by Atomos for the 
framework you are using (Equinox or Felix).
   
   
https://search.maven.org/remotecontent?filepath=org/apache/felix/atomos/osgi.core/8.0.0/osgi.core-8.0.0-AtomosEquinox.jar
   
https://search.maven.org/remotecontent?filepath=org/apache/felix/atomos/osgi.core/8.0.0/osgi.core-8.0.0-AtomosFelix.jar
   
   You use the classifier `AtomosEquinox` or `AtomosFelix` depending on which 
framework you have.
   
   ```
                   <dependency>
                       <groupId>org.apache.felix.atomos</groupId>
                       <artifactId>osgi.core</artifactId>
                       <version>8.0.0</version>
                       <classifier>AtomosEquinox|AtomosFelix</classifier>
                       <scope>provided</scope>
                   </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to