zhou zhou
21 小时以前 40905cbd04c2e332cd4bc2b9e0c5b3e1da9cccfa
rsf-server/pom.xml
@@ -54,7 +54,7 @@
      </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>
@@ -63,6 +63,16 @@
         <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>