You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Rob McKinnon <ro...@gmail.com> on 2018/11/24 13:34:04 UTC

Deep Dependency Issue

I am trying to add Thymeleaf to an OSGi bundle and I am running into
dependency issues. As I add the dependencies from the maven dependency:tree
report I see further decencies for JDK level stuff like.

(&(package=com.sun.jdi.connect))
(&(package=com.sun.jdi))

Is there a way around this? I am assuming I would need to add such things
into my bundle.


Thanks,

Rob

Re: Deep Dependency Issue

Posted by Oliver Lietz <ap...@oliverlietz.de>.
On Saturday 24 November 2018 15:06:51 Roy Teeuwen wrote:
> Hey,
> 
> You could have a look at
> https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf
> <https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf>
> 
> Thats an osgi bundle for thymeleaf
> 
> Greets,
> Roy
> 
> > On 24 Nov 2018, at 14:34, Rob McKinnon <ro...@gmail.com> wrote:
> > 
> > I am trying to add Thymeleaf to an OSGi bundle and I am running into
> > dependency issues. As I add the dependencies from the maven
> > dependency:tree
> > report I see further decencies for JDK level stuff like.
> > 
> > (&(package=com.sun.jdi.connect))
> > (&(package=com.sun.jdi))
> > 
> > Is there a way around this? I am assuming I would need to add such things
> > into my bundle.

Try with the dependencies Sling Scripting Thymeleaf is using:

mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.thymeleaf/3.0.9.RELEASE_1
mvn:org.attoparser/attoparser/2.0.5.RELEASE
mvn:org.unbescape/unbescape/1.1.6.RELEASE
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ognl/3.2.1_1
mvn:org.javassist/javassist/3.23.1-GA

Regards,
O.

> > Thanks,
> > 
> > Rob


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Deep Dependency Issue

Posted by Roy Teeuwen <ro...@teeuwen.be>.
Hey,

You could have a look at https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf <https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf>

Thats an osgi bundle for thymeleaf

Greets,
Roy

> On 24 Nov 2018, at 14:34, Rob McKinnon <ro...@gmail.com> wrote:
> 
> I am trying to add Thymeleaf to an OSGi bundle and I am running into
> dependency issues. As I add the dependencies from the maven dependency:tree
> report I see further decencies for JDK level stuff like.
> 
> (&(package=com.sun.jdi.connect))
> (&(package=com.sun.jdi))
> 
> Is there a way around this? I am assuming I would need to add such things
> into my bundle.
> 
> 
> Thanks,
> 
> Rob