oghenez / mycila

Automatically exported from code.google.com/p/mycila
0 stars 0 forks source link

Make Jedis optional in manifest #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm having issues running mycila-guice in OSGi container.
Dependency on Jedis is optional in pom.xml:
<dependency>
    <groupId>redis.clients</groupId>
    <artifactId>jedis</artifactId>
    <version>2.0.0</version>
    <scope>compile</scope>
    <optional>true</optional>
</dependency>

but it is not in MANIFEST.MF:
Import-Package: ...,redis.clients.jedis

Please fix this - it should be:
redis.clients.jedis;resolution:=optional

Original issue reported on code.google.com by Ash2kk@gmail.com on 22 Mar 2012 at 6:31

GoogleCodeExporter commented 8 years ago
I am fixing it right now !

Original comment by mathieu....@gmail.com on 22 Mar 2012 at 6:25

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 22 Mar 2012 at 7:10

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 22 Mar 2012 at 7:17