Advertisement
eventhelawn

Untitled

Nov 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <dependencies>
  2. <dependency>
  3. <groupId>javax.servlet</groupId>
  4. <artifactId>javax.servlet-api</artifactId>
  5. <version>3.1.0</version>
  6. <scope>provided</scope>
  7. </dependency>
  8. <dependency>
  9. <groupId>log4j</groupId>
  10. <artifactId>log4j</artifactId>
  11. <version>1.2.17</version>
  12. </dependency>
  13. <dependency>
  14. <groupId>org.postgresql</groupId>
  15. <artifactId>postgresql</artifactId>
  16. <version>42.1.4</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>javax.servlet</groupId>
  20. <artifactId>jstl</artifactId>
  21. <version>1.2</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>javax.servlet.jsp</groupId>
  25. <artifactId>jsp-api</artifactId>
  26. <version>2.0</version>
  27. <scope>provided</scope>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.quartz-scheduler</groupId>
  31. <artifactId>quartz-jobs</artifactId>
  32. <version>2.2.2</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>javax.transaction</groupId>
  36. <artifactId>jta</artifactId>
  37. <version>1.1</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>opensymphony</groupId>
  41. <artifactId>sitemesh</artifactId>
  42. <version>2.4.2</version>
  43. </dependency>
  44. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement