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

FR: Exposing a list of maven deps #47

Open
rob-pomelo opened this issue Aug 16, 2022 · 1 comment
Open

FR: Exposing a list of maven deps #47

rob-pomelo opened this issue Aug 16, 2022 · 1 comment
Labels
java Issues/PRs related to the Java code

Comments

@rob-pomelo
Copy link

Right now consuming the gen_fhir_definitions_and_protos rule is difficult for a project already using java/kotlin + maven deps as the maven install is unnamed and there is no exposing of the deps via a list of something of the like (which can be consumed via the project's own maven_install). This makes it only possible to manually copy the deps by hand, which is obviously error prone.

It would be really helpful to either expose the maven deps list (for example how grpc-java does it ), or maybe offer the ability to provide a custom maven install name.

Apologies if there is a way to do this I'm missing. Thanks for a great library!

@rdanilin
Copy link

+1.

I could not find maven dependencies.

@nikklassen nikklassen added the java Issues/PRs related to the Java code label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Issues/PRs related to the Java code
Projects
None yet
Development

No branches or pull requests

3 participants