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