Rename bom to dependencies
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user