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

Release POMs in Maven Central are invalid #62

Open
janhicken opened this issue Oct 6, 2020 · 0 comments
Open

Release POMs in Maven Central are invalid #62

janhicken opened this issue Oct 6, 2020 · 0 comments

Comments

@janhicken
Copy link

janhicken commented Oct 6, 2020

Hello,

the POMs of endpoints-management-config and endpoints-management-protos from versions >= 1.0.12 from Maven Central are invalid. This is because of a150982 which removed the version spec of some Protobuf dependencies. This results in missing versions in the generated POM files which in turn lead to missing transitive dependencies when having the Endpoints Management framework as a dependency.

Here are the corresponding error messages from the Maven debug log:

[WARNING] The POM for com.google.endpoints:endpoints-management-config:jar:1.0.13 is invalid, transitive dependencies (if any) will not be available: 2 problems were encountered while building the effective model for com.google.endpoints:endpoints-management-config:1.0.13
[ERROR] 'dependencies.dependency.version' for com.google.protobuf:protobuf-java:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.google.protobuf:protobuf-java-util:jar is missing. @ 

[WARNING] The POM for com.google.endpoints:endpoints-management-protos:jar:1.0.13 is invalid, transitive dependencies (if any) will not be available: 3 problems were encountered while building the effective model for com.google.endpoints:endpoints-management-protos:1.0.13
[ERROR] 'dependencies.dependency.version' for com.google.protobuf:protobuf-java:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for io.grpc:grpc-stub:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for io.grpc:grpc-protobuf:jar is missing. @ 
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