Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsonpath 2.2.0 - Invalid OSGi involving the inclusion of org.apache.tapestry5.json #227

Closed
iragreenstein opened this issue May 3, 2016 · 2 comments

Comments

@iragreenstein
Copy link

Greetings,

My apologies if i should open a new issue for this.

I am making use of version 2.2.0, however sans camel. Using the maven dependency found in http://mvnrepository.com/artifact/com.jayway.jsonpath/json-path/2.2.0, i too am seeing that tapestry is not optional:

From the MANIFEST.MF

Manifest-Version: 1.0
Implementation-Title: json-path
Bundle-SymbolicName: com.jayway.jsonpath.json-path
Implementation-Version: 2.2.0
Bundle-ManifestVersion: 2
Bnd-LastModified: 1456761826000
Import-Package: 
    org.json;resolution:=optional,
    com.google.gson;resolution:=optional;version="[2.3,3)",
    com.google.gson.internal;resolution:=optional;version="[2.3,3)",
    com.google.gson.reflect;resolution:=optional;version="[2.3,3)",
    com.fasterxml.jackson.core;resolution:=optional;version="[2.6,3)",
    com.fasterxml.jackson.databind;resolution:=optional;version="[2.6,3)",
    com.fasterxml.jackson.databind.node;resolution:=optional;version="[2.6,3)",
    com.fasterxml.jackson.databind.type;resolution:=optional;version="[2.6,3)",
    net.minidev.json;resolution:=optional;version="[2.2,3)",
    net.minidev.json.parser;resolution:=optional;version="[2.2,3)",
    net.minidev.json.writer;resolution:=optional;version="[2.2,3)",
    org.apache.tapestry5.json,
    org.slf4j;version="[1.7,2)"

This also references #208, #207 and #209

@jochenberger
Copy link
Contributor

jochenberger commented Mar 21, 2017

This was fixed in #209.
@kallestenflo, please close this.

@kallestenflo
Copy link
Contributor

Fixed in #209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants