Commit 8cc594b7698c1a5acec4f8be234d1fefcf880d54
1 parent
4897dc13
a
Showing
3 changed files
with
9 additions
and
4 deletions
pom.xml
| ... | ... | @@ -204,6 +204,11 @@ |
| 204 | 204 | <artifactId>trash-workflow</artifactId> |
| 205 | 205 | <version>${trash.version}</version> |
| 206 | 206 | </dependency> |
| 207 | + <dependency> | |
| 208 | + <groupId>com.trash</groupId> | |
| 209 | + <artifactId>trash-daily</artifactId> | |
| 210 | + <version>${trash.version}</version> | |
| 211 | + </dependency> | |
| 207 | 212 | |
| 208 | 213 | </dependencies> |
| 209 | 214 | </dependencyManagement> | ... | ... |
trash-admin/pom.xml
trash-workFlow/pom.xml
| ... | ... | @@ -16,9 +16,5 @@ |
| 16 | 16 | <groupId>com.trash</groupId> |
| 17 | 17 | <artifactId>trash-activiti</artifactId> |
| 18 | 18 | </dependency> |
| 19 | - <dependency> | |
| 20 | - <groupId>com.trash</groupId> | |
| 21 | - <artifactId>trash-activiti</artifactId> | |
| 22 | - </dependency> | |
| 23 | 19 | </dependencies> |
| 24 | 20 | </project> |
| 25 | 21 | \ No newline at end of file | ... | ... |