| | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.ai</groupId> |
| | | <artifactId>spring-ai-mcp</artifactId> |
| | | <artifactId>spring-ai-starter-mcp-server-webmvc</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>RouteUtils</groupId> |
| | |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/RouteUtils.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.h2database</groupId> |
| | | <artifactId>h2</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |