mirror of https://gitee.com/stylefeng/roses
【7.0.2】更新pom引用错误
parent
5fb475946a
commit
532a0bea20
|
@ -17,25 +17,17 @@
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!--黑名单和白名单限制-->
|
<!--参数校验api-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>validator-sdk-black-white</artifactId>
|
<artifactId>validator-api</artifactId>
|
||||||
<version>7.0.1</version>
|
<version>7.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--技术校验器,为了限制某个数据一定时间内的反问频次-->
|
<!--web模块-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>validator-sdk-count</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
<version>7.0.1</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- captcha图形验证码 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>validator-sdk-captcha</artifactId>
|
|
||||||
<version>7.0.1</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue