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

Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09 #274

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion uimaj-eclipse-feature-runtime/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ Apache UIMA is a trademark of the Apache Software Foundation in the United State

<requires>
<import plugin="org.slf4j.api"/>
<import plugin="org.eclipse.m2e.maven.runtime.slf4j.simple"/>
</requires>

<plugin
Expand Down
3 changes: 2 additions & 1 deletion uimaj-ep-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@
</_exportcontents>

<Import-Package>
org.slf4j*,
!org.slf4j.impl,
org.slf4j.*,
com.apple.eio;resolution:=optional,
!com.strobel.assembler,
!com.strobel.assembler.metadata,
Expand Down