Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <dependency>
  2. <groupId>py.com.personal.bc</groupId>
  3. <artifactId>account-balance-management-function</artifactId>
  4. <version>${version.account-balance}</version>
  5. </dependency>
  6.  
  7. <dependency>
  8. <groupId>py.com.personal.bc</groupId>
  9. <artifactId>interfaz-ro</artifactId>
  10. <version>${version.interfaz-ro}</version>
  11. </dependency>
  12.  
  13. <dependency>
  14. <groupId>py.com.personal.bc</groupId>
  15. <artifactId>is-reglas</artifactId>
  16. <version>${version.reglas}</version>
  17. </dependency>
  18.  
  19. <dependency>
  20. <groupId>py.com.personal.bc</groupId>
  21. <artifactId>calendario-business</artifactId>
  22. <version>${version.calendario}</version>
  23. </dependency>
  24.  
  25. <dependency>
  26. <groupId>py.com.personal.bc</groupId>
  27. <artifactId>calendario-model</artifactId>
  28. <version>${version.calendario}</version>
  29. </dependency>
  30.  
  31. <dependency>
  32. <groupId>py.com.personal.bc</groupId>
  33. <artifactId>is-reglas-voltdb</artifactId>
  34. <version>${version.reglas-voltdb}</version>
  35. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement