Advertisement
Guest User

Untitled

a guest
May 5th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. <!-- MockMvc -->
  2. <dependency>
  3. <groupId>org.glassfish</groupId>
  4. <artifactId>javax.servlet</artifactId>
  5. <version>3.1</version>
  6. </dependency>
  7.  
  8. <!--validation!-->
  9. <dependency>
  10. <groupId>org.hibernate</groupId>
  11. <artifactId>hibernate-validator</artifactId>
  12. <version>5.1.3.Final</version>
  13. </dependency>
  14.  
  15. <!--junit & validation!-->
  16. <dependency>
  17. <groupId>javax.el</groupId>
  18. <artifactId>el-api</artifactId>
  19. <version>2.2</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.glassfish.web</groupId>
  23. <artifactId>el-impl</artifactId>
  24. <version>2.2</version>
  25. </dependency>
  26. <!-- -->
  27.  
  28. <dependency>
  29. <groupId>org.hibernate</groupId>
  30. <artifactId>hibernate-validator</artifactId>
  31. <version>5.1.3.Final</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.glassfish</groupId>
  35. <artifactId>javax.servlet</artifactId>
  36. <version>3.1</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.mockito</groupId>
  40. <artifactId>mockito-all</artifactId>
  41. <version>1.10.19</version>
  42. <scope>test</scope>
  43. </dependency>
  44. <dependency>
  45. <groupId>unknown.binary</groupId>
  46. <artifactId>org-apache-commons-logging</artifactId>
  47. <version>SNAPSHOT</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>unknown.binary</groupId>
  51. <artifactId>cglib-2.2</artifactId>
  52. <version>SNAPSHOT</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>unknown.binary</groupId>
  56. <artifactId>spring-aop-4.0.1.RELEASE</artifactId>
  57. <version>SNAPSHOT</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>unknown.binary</groupId>
  61. <artifactId>spring-aspects-4.0.1.RELEASE</artifactId>
  62. <version>SNAPSHOT</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>unknown.binary</groupId>
  66. <artifactId>spring-beans-4.0.1.RELEASE</artifactId>
  67. <version>SNAPSHOT</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>unknown.binary</groupId>
  71. <artifactId>spring-build-src-4.0.1.RELEASE</artifactId>
  72. <version>SNAPSHOT</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>unknown.binary</groupId>
  76. <artifactId>spring-context-4.0.1.RELEASE</artifactId>
  77. <version>SNAPSHOT</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>unknown.binary</groupId>
  81. <artifactId>spring-context-support-4.0.1.RELEASE</artifactId>
  82. <version>SNAPSHOT</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>unknown.binary</groupId>
  86. <artifactId>spring-core-4.0.1.RELEASE</artifactId>
  87. <version>SNAPSHOT</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>unknown.binary</groupId>
  91. <artifactId>spring-expression-4.0.1.RELEASE</artifactId>
  92. <version>SNAPSHOT</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>unknown.binary</groupId>
  96. <artifactId>spring-framework-bom-4.0.1.RELEASE</artifactId>
  97. <version>SNAPSHOT</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>unknown.binary</groupId>
  101. <artifactId>spring-instrument-4.0.1.RELEASE</artifactId>
  102. <version>SNAPSHOT</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>unknown.binary</groupId>
  106. <artifactId>spring-instrument-tomcat-4.0.1.RELEASE</artifactId>
  107. <version>SNAPSHOT</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>unknown.binary</groupId>
  111. <artifactId>spring-jdbc-4.0.1.RELEASE</artifactId>
  112. <version>SNAPSHOT</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>unknown.binary</groupId>
  116. <artifactId>spring-jms-4.0.1.RELEASE</artifactId>
  117. <version>SNAPSHOT</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>unknown.binary</groupId>
  121. <artifactId>spring-messaging-4.0.1.RELEASE</artifactId>
  122. <version>SNAPSHOT</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>unknown.binary</groupId>
  126. <artifactId>spring-orm-4.0.1.RELEASE</artifactId>
  127. <version>SNAPSHOT</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>unknown.binary</groupId>
  131. <artifactId>spring-oxm-4.0.1.RELEASE</artifactId>
  132. <version>SNAPSHOT</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>unknown.binary</groupId>
  136. <artifactId>spring-test-4.0.1.RELEASE</artifactId>
  137. <version>SNAPSHOT</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>unknown.binary</groupId>
  141. <artifactId>spring-tx-4.0.1.RELEASE</artifactId>
  142. <version>SNAPSHOT</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>unknown.binary</groupId>
  146. <artifactId>spring-web-4.0.1.RELEASE</artifactId>
  147. <version>SNAPSHOT</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>unknown.binary</groupId>
  151. <artifactId>spring-webmvc-4.0.1.RELEASE</artifactId>
  152. <version>SNAPSHOT</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>unknown.binary</groupId>
  156. <artifactId>spring-webmvc-portlet-4.0.1.RELEASE</artifactId>
  157. <version>SNAPSHOT</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>unknown.binary</groupId>
  161. <artifactId>spring-websocket-4.0.1.RELEASE</artifactId>
  162. <version>SNAPSHOT</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>javax.servlet.jsp.jstl</groupId>
  166. <artifactId>javax.servlet.jsp.jstl-api</artifactId>
  167. <version>1.2.1</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.glassfish.web</groupId>
  171. <artifactId>javax.servlet.jsp.jstl</artifactId>
  172. <version>1.2.2</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>junit</groupId>
  176. <artifactId>junit</artifactId>
  177. <version>4.10</version>
  178. <scope>test</scope>
  179. </dependency>
  180. <dependency>
  181. <groupId>javax</groupId>
  182. <artifactId>javaee-web-api</artifactId>
  183. <version>7.0</version>
  184. <scope>provided</scope>
  185. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement