Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <parent>
  2. <groupId>cz.atria</groupId>
  3. <artifactId>kir.base</artifactId>
  4. <version>1.0-SNAPSHOT</version>
  5. </parent>
  6.  
  7. <dependencies>
  8. <dependency>
  9. <groupId>org.springframework</groupId>
  10. <artifactId>spring-jms</artifactId>
  11. <version>3.1.1.RELEASE</version>
  12. </dependency>
  13.  
  14. <dependency>
  15. <groupId>org.apache.activemq</groupId>
  16. <artifactId>activemq-core</artifactId>
  17. <version>5.3.2</version>
  18. </dependency>
  19.  
  20. <dependency>
  21. <groupId>org.springframework</groupId>
  22. <artifactId>spring-jdbc</artifactId>
  23. <version>3.1.1.RELEASE</version>
  24. </dependency>
  25.  
  26. <dependency>
  27. <groupId>postgresql</groupId>
  28. <artifactId>postgresql</artifactId>
  29. <version>9.1-901-1.jdbc4</version>
  30. </dependency>
  31.  
  32. <dependency>
  33. <groupId>commons-dbcp</groupId>
  34. <artifactId>commons-dbcp</artifactId>
  35. <version>1.4</version>
  36. </dependency>
  37.  
  38. <dependency>
  39. <groupId>cz.atria</groupId>
  40. <artifactId>common-spring</artifactId>
  41. <version>1.8.1-SNAPSHOT</version>
  42. </dependency>
  43.  
  44. <dependency>
  45. <groupId>cz.atria</groupId>
  46. <artifactId>common-lang</artifactId>
  47. <version>1.7.2-SNAPSHOT</version>
  48. </dependency>
  49. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement