rsf-server/pom.xml
@@ -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>