模具管理修改4
This commit is contained in:
parent
8317bb0073
commit
d9a12c0f44
@ -60,6 +60,24 @@
|
||||
<groupId>shgx</groupId>
|
||||
<artifactId>shgx-generator</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>shgx</groupId>
|
||||
<artifactId>shgx-moldmanagement</artifactId>
|
||||
<version>3.9.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>shgx</groupId>
|
||||
<artifactId>shgx-system</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 验证码 -->
|
||||
<dependency>
|
||||
<groupId>com.github.penggle</groupId>
|
||||
<artifactId>kaptcha</artifactId>
|
||||
<version>2.3.2</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -118,6 +118,7 @@
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-annotation</artifactId>
|
||||
|
||||
@ -59,11 +59,6 @@
|
||||
<artifactId>shgx-system</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>shgx</groupId>
|
||||
<artifactId>shgx-moldmanagement</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Loading…
x
Reference in New Issue
Block a user