zhou zhou
6 天以前 3fdcf1d5e6468c735532e67bde5ff1cdf85bb0c6
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>