Commit 8cc594b7698c1a5acec4f8be234d1fefcf880d54

Authored by 何博文
1 parent 4897dc13

a

... ... @@ -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
... ... @@ -82,6 +82,10 @@
82 82 <groupId>com.trash</groupId>
83 83 <artifactId>trash-workflow</artifactId>
84 84 </dependency>
  85 + <dependency>
  86 + <groupId>com.trash</groupId>
  87 + <artifactId>trash-daily</artifactId>
  88 + </dependency>
85 89 </dependencies>
86 90  
87 91 <build>
... ...
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
... ...