You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Aaron Coburn (JIRA)" <ji...@apache.org> on 2018/05/01 15:45:00 UTC

[jira] [Commented] (SM-3424) Create OSGi bundle for mustache-compiler 0.9.5

    [ https://issues.apache.org/jira/browse/SM-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16459777#comment-16459777 ] 

Aaron Coburn commented on SM-3424:
----------------------------------

This OSGi bundle for the mustache compiler artifact (v0.9.5) includes an import statement for Guava packages and an optional import for com.twitter.util, but those packages are not used by the compiler.
{code:java}
Import-Package
  com.google.common.base                 {version=[13.0,21.0)}
  com.google.common.cache                {version=[13.0,21.0)}
  com.google.common.io                   {version=[13.0,21.0)}
  com.google.common.util.concurrent      {version=[13.0,21.0)}
  com.twitter.util                       {resolution:=optional}

{code}
Should I open a new issue for this, or should this issue be re-opened?

 

> Create OSGi bundle for mustache-compiler 0.9.5
> ----------------------------------------------
>
>                 Key: SM-3424
>                 URL: https://issues.apache.org/jira/browse/SM-3424
>             Project: ServiceMix
>          Issue Type: Task
>          Components: bundles
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: bundles-2017.06
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)