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

Use maven or standard dependency management #43

Open
danyaljj opened this issue Apr 11, 2017 · 5 comments
Open

Use maven or standard dependency management #43

danyaljj opened this issue Apr 11, 2017 · 5 comments

Comments

@danyaljj
Copy link
Contributor

To make it "Easier" I suggest you use a dependency management, rather than keeping jar files with obscure version in a lib folder.

@kentonl
Copy link
Member

kentonl commented Apr 11, 2017

Take a look at this branch under my fork of EasySRL: https://github.com/kentonl/EasySRL/tree/maven

It uses maven instead to retrieve most of its dependencies (though some custom jars remain).

@danyaljj
Copy link
Contributor Author

Well that's nice. Thanks Kenton

@kentonl
Copy link
Member

kentonl commented Apr 11, 2017

To follow-up, here's an example that uses EasySRL as a maven dependency: https://github.com/uwnlp/neuralccg/blob/master/neuralccg/pom.xml

@danielvasic
Copy link

Hello @kentonl thanks for this repository, but i'm having trouble generationg maven sources because deeptagger, taggerflow and taggerflow-protos dependencyes cannot be found? Any suggestions?

@kentonl
Copy link
Member

kentonl commented Apr 16, 2017

Those dependencies are available here: https://github.com/kentonl/EasySRL/tree/maven/lib/edu/uw, but they should be automatically imported if you follow the example from neuralccg linked above.

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