Skip to content

Commit 3eae0df

Browse files
committed
integration-test: pin Spring-AI to 1.1.0-M2
Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent 496af84 commit 3eae0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/integration-tests/src/test/java/org/springaicommunity/mcp/security/tests/common/configuration/McpServerApiKeyConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public CommonsExecWebServerFactoryBean mcpServer(@Value("${mcp.server.protocol}"
3939
}
4040

4141
public static MavenClasspathEntry springAiStarter(String starterName) {
42-
return new MavenClasspathEntry("org.springframework.ai:spring-ai-starter-" + starterName + ":1.1.0-SNAPSHOT",
42+
return new MavenClasspathEntry("org.springframework.ai:spring-ai-starter-" + starterName + ":1.1.0-M2",
4343
List.of(newCentralRepository(), newSpringMilestoneRepository(), newSpringSnapshotRepository()));
4444
}
4545

samples/integration-tests/src/test/java/org/springaicommunity/mcp/security/tests/common/configuration/McpServerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public CommonsExecWebServerFactoryBean mcpServer(@Value("${authorization.server.
5050
}
5151

5252
public static MavenClasspathEntry springAiStarter(String starterName) {
53-
return new MavenClasspathEntry("org.springframework.ai:spring-ai-starter-" + starterName + ":1.1.0-SNAPSHOT",
53+
return new MavenClasspathEntry("org.springframework.ai:spring-ai-starter-" + starterName + ":1.1.0-M2",
5454
List.of(newCentralRepository(), newSpringMilestoneRepository(), newSpringSnapshotRepository()));
5555
}
5656

0 commit comments

Comments
 (0)