Skip to content

Commit

Permalink
Backport #63 fix in 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 25, 2015
1 parent f22eae6 commit 9ed58f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions cbor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<!-- NOTE: JAXB annotations module is optional dependency, need to try to mark
as such here.
-->
<osgi.import>javax.ws.rs
,javax.ws.rs.core
,javax.ws.rs.ext
<osgi.import>javax.ws.rs;version="${javax.ws.rs.version}"
,javax.ws.rs.core;version="${javax.ws.rs.version}"
,javax.ws.rs.ext;version="${javax.ws.rs.version}"
,com.fasterxml.jackson.annotation
,com.fasterxml.jackson.core
,com.fasterxml.jackson.core.type
Expand Down
6 changes: 3 additions & 3 deletions smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<!-- NOTE: JAXB annotations module is optional dependency, need to try to mark
as such here.
-->
<osgi.import>javax.ws.rs
,javax.ws.rs.core
,javax.ws.rs.ext
<osgi.import>javax.ws.rs;version="${javax.ws.rs.version}"
,javax.ws.rs.core;version="${javax.ws.rs.version}"
,javax.ws.rs.ext;version="${javax.ws.rs.version}"
,com.fasterxml.jackson.annotation
,com.fasterxml.jackson.core
,com.fasterxml.jackson.core.type
Expand Down
6 changes: 3 additions & 3 deletions xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<!-- NOTE: JAXB annotations module is optional dependency, need to try to mark
as such here.
-->
<osgi.import>javax.ws.rs
,javax.ws.rs.core
,javax.ws.rs.ext
<osgi.import>javax.ws.rs;version="${javax.ws.rs.version}"
,javax.ws.rs.core;version="${javax.ws.rs.version}"
,javax.ws.rs.ext;version="${javax.ws.rs.version}"
,com.fasterxml.jackson.annotation
,com.fasterxml.jackson.core
,com.fasterxml.jackson.core.type
Expand Down

0 comments on commit 9ed58f7

Please sign in to comment.