How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.glutenproject</groupId>
<artifactId>protobuf-bom</artifactId>
<version>3.23.4-0</version>
</dependency>
Choose a version of io.glutenproject : protobuf-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.23.x |
protobuf-bom-3.23.4-0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.glutenproject</groupId>
<artifactId>protobuf-bom</artifactId>
<version>3.23.4-0</version>
</dependency>
Advertisement