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

Resolve BeakerX component version skew (kotlin, okio, maybe more) #90

Open
ctrueden opened this issue Sep 10, 2020 · 0 comments
Open

Resolve BeakerX component version skew (kotlin, okio, maybe more) #90

ctrueden opened this issue Sep 10, 2020 · 0 comments

Comments

@ctrueden
Copy link
Member

One reason we switched away from the SciJava Jupyter Kernel in favor of plain BeakerX Groovy is to avoid hardcoded dependency overlap between the notebook technology itself and the SciJava-component dependencies needed to use ImageJ et al. Unfortunately, there is now some overlap again causing conflicts, notably the Kotlin standard library, and the okio library. You can see this in the ImageJ-Tutorials-and-Demo notebook by changing the initialization blurb to:

%classpath config resolver scijava.public https://maven.scijava.org/content/groups/public
%%classpath add mvn
net.imagej imagej 2.1.0

And you'll get an error opening images via remote URLs.

But if you add:

com.squareup.okio okio 2.2.2

To the initialization, then the problem will disappear...

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

1 participant