We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b7bbb commit c25dcdfCopy full SHA for c25dcdf
pom.xml
@@ -143,24 +143,6 @@
143
<optional>true</optional>
144
</dependency>
145
</dependencies>
146
- <dependencyManagement>
147
- <dependencies>
148
- <dependency>
149
- <groupId>org.springframework.cloud</groupId>
150
- <artifactId>spring-cloud-dependencies</artifactId>
151
- <version>${spring-cloud.version}</version>
152
- <type>pom</type>
153
- <scope>import</scope>
154
- </dependency>
155
156
- <groupId>org.springframework.ai</groupId>
157
- <artifactId>spring-ai-bom</artifactId>
158
- <version>${spring-ai.version}</version>
159
160
161
162
- </dependencies>
163
- </dependencyManagement>
164
<build>
165
<finalName>ROOT##${project.version}</finalName>
166
<plugins>
0 commit comments