Rename bom to dependencies

This commit is contained in:
varunu28
2024-10-19 15:00:33 -07:00
committed by Dave Syer
parent 213d1f9bd8
commit 434e26dcec
6 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'org.springframework.grpc:spring-grpc-bom:0.1.0-SNAPSHOT'
mavenBom 'org.springframework.grpc:spring-grpc-dependencies:0.1.0-SNAPSHOT'
}
}

View File

@@ -37,8 +37,8 @@
<dependencies>
<dependency>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-bom</artifactId>
<version>${project.version}</version>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -182,4 +182,4 @@
</pluginRepositories>
</project>
</project>