Advertisement
mrchebik

libs

Nov 26th, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.28 KB | None | 0 0
  1. [INFO] ru.mrchebik:notes:war:1.0-SNAPSHOT
  2. [INFO] +- org.hamcrest:hamcrest-library:jar:1.3:compile
  3. [INFO] +- org.hamcrest:hamcrest-core:jar:1.3:compile
  4. [INFO] +- commons-collections:commons-collections:jar:3.2.1:compile
  5. [INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile
  6. [INFO] +- org.slf4j:slf4j-simple:jar:1.7.21:compile
  7. [INFO] +- antlr:antlr:jar:2.7.7:compile
  8. [INFO] +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
  9. [INFO] |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
  10. [INFO] +- org.json:json:jar:20160810:compile
  11. [INFO] +- org.apache.tomcat:tomcat-jdbc:jar:9.0.0.M6:compile
  12. [INFO] |  \- org.apache.tomcat:tomcat-juli:jar:9.0.0.M6:compile
  13. [INFO] +- org.springframework:spring-webmvc:jar:4.3.4.RELEASE:compile
  14. [INFO] |  +- org.springframework:spring-aop:jar:4.3.4.RELEASE:compile
  15. [INFO] |  +- org.springframework:spring-beans:jar:4.3.4.RELEASE:compile
  16. [INFO] |  +- org.springframework:spring-context:jar:4.3.4.RELEASE:compile
  17. [INFO] |  +- org.springframework:spring-core:jar:4.3.4.RELEASE:compile
  18. [INFO] |  |  \- commons-logging:commons-logging:jar:1.2:compile
  19. [INFO] |  +- org.springframework:spring-expression:jar:4.3.4.RELEASE:compile
  20. [INFO] |  \- org.springframework:spring-web:jar:4.3.4.RELEASE:compile
  21. [INFO] +- org.springframework:spring-tx:jar:4.3.4.RELEASE:compile
  22. [INFO] +- org.springframework:spring-test:jar:4.3.4.RELEASE:compile
  23. [INFO] +- org.springframework.data:spring-data-jpa:jar:1.10.2.RELEASE:compile
  24. [INFO] |  +- org.springframework.data:spring-data-commons:jar:1.12.2.RELEASE:compile
  25. [INFO] |  +- org.springframework:spring-orm:jar:4.2.6.RELEASE:compile
  26. [INFO] |  |  \- org.springframework:spring-jdbc:jar:4.2.6.RELEASE:compile
  27. [INFO] |  +- org.aspectj:aspectjrt:jar:1.8.9:compile
  28. [INFO] |  \- org.slf4j:jcl-over-slf4j:jar:1.7.21:runtime
  29. [INFO] +- org.springframework:spring-aspects:jar:4.3.4.RELEASE:compile
  30. [INFO] |  \- org.aspectj:aspectjweaver:jar:1.8.9:compile
  31. [INFO] +- com.google.guava:guava:jar:19.0:compile
  32. [INFO] +- org.hibernate:hibernate-entitymanager:jar:5.2.4.Final:compile
  33. [INFO] |  +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
  34. [INFO] |  +- org.hibernate:hibernate-core:jar:5.2.4.Final:compile
  35. [INFO] |  |  +- org.jboss:jandex:jar:2.0.0.Final:compile
  36. [INFO] |  |  +- com.fasterxml:classmate:jar:1.3.0:compile
  37. [INFO] |  |  \- javax.enterprise:cdi-api:jar:1.1:compile
  38. [INFO] |  |     +- javax.el:el-api:jar:2.2:compile
  39. [INFO] |  |     +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Beta1:compile
  40. [INFO] |  |     +- javax.annotation:jsr250-api:jar:1.0:compile
  41. [INFO] |  |     \- javax.inject:javax.inject:jar:1:compile
  42. [INFO] |  +- dom4j:dom4j:jar:1.6.1:compile
  43. [INFO] |  |  \- xml-apis:xml-apis:jar:1.0.b2:compile
  44. [INFO] |  +- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
  45. [INFO] |  +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  46. [INFO] |  +- org.javassist:javassist:jar:3.20.0-GA:compile
  47. [INFO] |  \- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
  48. [INFO] +- mysql:mysql-connector-java:jar:6.0.5:compile
  49. [INFO] +- javax.servlet:servlet-api:jar:RELEASE:provided
  50. [INFO] +- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0:test
  51. [INFO] +- jstl:jstl:jar:1.2:compile
  52. [INFO] \- taglibs:standard:jar:1.1.2:compile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement