Skip to content

Commit

Permalink
Merge pull request #31 from jazz-community/more-req-services
Browse files Browse the repository at this point in the history
add more useful required services
  • Loading branch information
SBI- authored Apr 4, 2019
2 parents 895219e + ac4d297 commit ab3c2d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/archetype-resources/plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
<providedService interface="${package}.I${serviceName}"/>
</provides>
<prerequisites>
<requiredService interface="com.ibm.team.links.common.service.ILinkService"/>
<requiredService interface="com.ibm.team.process.service.IProcessServerService"/>
<requiredService interface="com.ibm.team.repository.common.service.IContributorService"/>
<requiredService interface="com.ibm.team.repository.common.service.IPermissionService"/>
<requiredService interface="com.ibm.team.repository.service.IMailerService"/>
<requiredService interface="com.ibm.team.repository.service.IRepositoryItemService" />
<requiredService interface="com.ibm.team.workitem.service.IAuditableServer"/>
<requiredService interface="com.ibm.team.workitem.service.IQueryServer" />
Expand Down

0 comments on commit ab3c2d1

Please sign in to comment.