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

Problem with grobid build dependencies #182

Closed
LED-Jose opened this issue May 8, 2017 · 3 comments
Closed

Problem with grobid build dependencies #182

LED-Jose opened this issue May 8, 2017 · 3 comments

Comments

@LED-Jose
Copy link

LED-Jose commented May 8, 2017

Hi!
I have compiled GROBID several times without problem. But now there are dependencies that I can not find in: https://repo.maven.apache.org
There are:
fr.limsi.wapiti:wapiti:jar and org.chasen:crfpp:jar

Can somebody help me.
Thanks in advance.

@lfoppiano
Copy link
Collaborator

Hi @LED-Jose, could you give us some details about your problem? version used, log, platform, etc.
thanks

@kermitt2
Copy link
Owner

These two artefacts are not in repo.maven.apche.org, they are provided locally in the grobid-core/lib/ directory. In the pom file, it is set like this:

 <repositories>
        <repository>
            <id>3rd-party-local-repo</id>
            <name>This is a local repository included in the grobid project, to access 3rd party libs.</name>
            <url>file:///${basedir}/lib/</url>
            <layout>default</layout>
        </repository>
...
</repositories>

Be sure to have this included in your pom file (this is the case in the repo). Otherwise, I don't see what can cause this problem.

@lfoppiano
Copy link
Collaborator

@LED-Jose any more development on this? Can we close it?

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

3 participants