|
@@ -5,7 +5,7 @@
|
|
|
<parent>
|
|
|
<artifactId>hsweb-system-authorization</artifactId>
|
|
|
<groupId>org.hswebframework.web</groupId>
|
|
|
- <version>4.0.13</version>
|
|
|
+ <version>4.0.14-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
@@ -34,6 +34,12 @@
|
|
|
<groupId>commons-codec</groupId>
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hswebframework.web</groupId>
|
|
|
+ <artifactId>hsweb-commons-crud</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|