Rename bom to dependencies
This commit is contained in:
@@ -66,7 +66,7 @@ If you’re a Maven user, you can use the BOM by adding the following to your po
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-grpc-bom</artifactId>
|
||||
<artifactId>spring-grpc-dependencies</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
@@ -82,7 +82,7 @@ As shown in the snippet below this can then be followed by version-less declarat
|
||||
[source,gradle]
|
||||
----
|
||||
dependencies {
|
||||
implementation platform("org.springframework.ai:spring-grpc-bom:1.0.0-SNAPSHOT")
|
||||
implementation platform("org.springframework.ai:spring-grpc-dependencies:1.0.0-SNAPSHOT")
|
||||
// Replace the following with the starter dependencies of specific modules you wish to use
|
||||
implementation 'org.springframework.ai:spring-grpc-openai'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user