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

JFlex is an unnecessary compile/runtime dependency #393

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 4 comments
Closed

JFlex is an unnecessary compile/runtime dependency #393

GoogleCodeExporter opened this issue Mar 16, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

JFlex is listed as compile (and therefore as runtime) dependency. If someone 
uses the Maven repository to fetch the binary Ontopia lib, JFlex is downloaded 
as well. This is unnecessary since JFlex is only used to create self-contained 
lexers which have no dependency on the JFlex jar.

Proposal: 
Remove
    <dependency>
      <groupId>de.jflex</groupId>
      <artifactId>jflex</artifactId>
      <version>1.4.3</version>
      <scope>compile</scope>
    </dependency>
from the pom

This is a minor issue, though. 

Original issue reported on code.google.com by lars.he...@gmail.com on 13 May 2011 at 8:33

@GoogleCodeExporter
Copy link
Author

Thanks for reporting this. I will patch your proposal after the switch to Maven 
is complete. This is expected shortly.

Original comment by p.kruijsen on 13 May 2011 at 12:10

  • Changed state: Accepted
  • Added labels: Management-Maven

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r2140.

Original comment by qsieb...@gmail.com on 29 May 2011 at 1:40

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Fixed in revision 2140

Original comment by qsieb...@gmail.com on 29 May 2011 at 1:40

@GoogleCodeExporter
Copy link
Author

Original comment by qsieb...@gmail.com on 27 Jan 2012 at 11:05

  • Added labels: Release5.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant