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

protege-distribution should obtain org.eclipse.equinox.registry jar from maven central #158

Closed
matthewhorridge opened this issue Mar 16, 2015 · 0 comments

Comments

@matthewhorridge
Copy link
Contributor

At the moment org.eclipse.equinox.registry.jar is stored locally as a resource in the protege-distribution module. It should be listed as a dependency and fetched from maven central.

<dependency>
    <groupId>org.eclipse.equinox</groupId>
    <artifactId>org.eclipse.equinox.registry</artifactId>
    <version>3.5.101</version>
</dependency>
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