|
@@ -5,7 +5,7 @@
|
|
|
<parent>
|
|
|
<artifactId>hsweb-framework</artifactId>
|
|
|
<groupId>org.hswebframework.web</groupId>
|
|
|
- <version>3.0.2</version>
|
|
|
+ <version>3.0.3-SNAPSHOT</version>
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
@@ -36,9 +36,23 @@
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hibernate</groupId>
|
|
|
+ <artifactId>hibernate-validator</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.spockframework</groupId>
|
|
|
+ <artifactId>spock-core</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.codehaus.groovy</groupId>
|
|
|
+ <artifactId>groovy-all</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|