Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <!-- Плагин с аспектами в контейнере -->
  2. <plugin>
  3. <groupId>org.codehaus.mojo</groupId>
  4. <artifactId>aspectj-maven-plugin</artifactId>
  5. <configuration>
  6. <aspectLibraries>
  7. <aspectLibrary>
  8. <groupId>com.ihg.crm</groupId>
  9. <artifactId>common-hibernate</artifactId>
  10. </aspectLibrary>
  11. <aspectLibrary>
  12. <groupId>com.ihg.crm</groupId>
  13. <artifactId>util</artifactId>
  14. </aspectLibrary>
  15. <aspectLibrary>
  16. <groupId>org.springframework</groupId>
  17. <artifactId>spring-aspects</artifactId>
  18. </aspectLibrary>
  19. </aspectLibraries>
  20. </configuration>
  21. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement