parent
2f9749c828
commit
9ee362413a
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<artifactId>bonus-app</artifactId>
|
||||
<description>
|
||||
bonus-app APP模块
|
||||
bonus-app 手机端模块
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
@ -88,6 +88,20 @@
|
|||
<version>24.6.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.bonus</groupId>
|
||||
<artifactId>bonus-common-entity</artifactId>
|
||||
<version>24.6.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.bonus</groupId>
|
||||
<artifactId>bonus-common-security</artifactId>
|
||||
<version>24.6.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
@ -107,4 +121,5 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
</project>
|
||||
Loading…
Reference in New Issue