Advertisement
Guest User

Untitled

a guest
Jun 20th, 2022
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. [INFO] --- maven-dependency-plugin:3.2.0:tree (default-cli) @ project-repo ---
  2. [INFO] xxxx.xxxxx.xxxxx.xxxxx:project-repo:jar:1.0.0
  3. [INFO] +- xxxx.xxxxx.xxxxx.xxxxx:project-persistence:jar:1.0.0:compile
  4. [INFO] | +- org.springdoc:springdoc-openapi-ui:jar:1.6.6:compile
  5. [INFO] | | +- org.springdoc:springdoc-openapi-webmvc-core:jar:1.6.6:compile
  6. [INFO] | | | \- org.springdoc:springdoc-openapi-common:jar:1.6.6:compile
  7. [INFO] | | | \- io.swagger.core.v3:swagger-core:jar:2.1.12:compile
  8. [INFO] | | | +- org.apache.commons:commons-lang3:jar:3.12.0:compile
  9. [INFO] | | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.13.1:compile
  10. [INFO] | | | +- io.swagger.core.v3:swagger-annotations:jar:2.1.12:compile
  11. [INFO] | | | +- io.swagger.core.v3:swagger-models:jar:2.1.12:compile
  12. [INFO] | | | \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
  13. [INFO] | | +- org.webjars:swagger-ui:jar:4.5.0:compile
  14. [INFO] | | +- org.webjars:webjars-locator-core:jar:0.48:compile
  15. [INFO] | | \- io.github.classgraph:classgraph:jar:4.8.138:compile
  16. [INFO] | \- org.projectlombok:lombok:jar:1.18.22:compile
  17. [INFO] +- org.springframework.boot:spring-boot-starter-security:jar:2.6.4:compile
  18. [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.6.4:compile
  19. [INFO] | | +- org.springframework.boot:spring-boot:jar:2.6.4:compile
  20. [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.6.4:compile
  21. [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.6.4:compile
  22. [INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.0:compile
  23. [INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.17.0:compile
  24. [INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile
  25. [INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
  26. [INFO] | | +- org.springframework:spring-core:jar:5.3.16:compile
  27. [INFO] | | | \- org.springframework:spring-jcl:jar:5.3.16:compile
  28. [INFO] | | \- org.yaml:snakeyaml:jar:1.29:compile
  29. [INFO] | +- org.springframework:spring-aop:jar:5.3.16:compile
  30. [INFO] | | \- org.springframework:spring-beans:jar:5.3.16:compile
  31. [INFO] | +- org.springframework.security:spring-security-config:jar:5.6.2:compile
  32. [INFO] | | \- org.springframework.security:spring-security-core:jar:5.6.2:compile
  33. [INFO] | | \- org.springframework.security:spring-security-crypto:jar:5.6.2:compile
  34. [INFO] | \- org.springframework.security:spring-security-web:jar:5.6.2:compile
  35. [INFO] | \- org.springframework:spring-expression:jar:5.3.16:compile
  36. [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.6.4:compile
  37. [INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.6.4:compile
  38. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.1:compile
  39. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.1:compile
  40. [INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.1:compile
  41. [INFO] | +- org.springframework:spring-web:jar:5.3.16:compile
  42. [INFO] | \- org.springframework:spring-webmvc:jar:5.3.16:compile
  43. [INFO] +- org.springframework.kafka:spring-kafka:jar:2.8.3:compile
  44. [INFO] | +- org.springframework:spring-context:jar:5.3.16:compile
  45. [INFO] | +- org.springframework:spring-messaging:jar:5.3.16:compile
  46. [INFO] | +- org.springframework:spring-tx:jar:5.3.16:compile
  47. [INFO] | +- org.springframework.retry:spring-retry:jar:1.3.1:compile
  48. [INFO] | +- org.apache.kafka:kafka-clients:jar:3.0.0:compile
  49. [INFO] | | +- com.github.luben:zstd-jni:jar:1.5.0-2:runtime
  50. [INFO] | | +- org.lz4:lz4-java:jar:1.7.1:runtime
  51. [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.8.1:runtime
  52. [INFO] | \- com.google.code.findbugs:jsr305:jar:3.0.2:runtime
  53. [INFO] +- org.springframework.boot:spring-boot-starter-cache:jar:2.6.4:compile
  54. [INFO] | \- org.springframework:spring-context-support:jar:5.3.16:compile
  55. [INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.6.4:compile
  56. [INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:2.6.4:compile
  57. [INFO] | | \- org.aspectj:aspectjweaver:jar:1.9.7:compile
  58. [INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.6.4:compile
  59. [INFO] | | +- com.zaxxer:HikariCP:jar:4.0.3:compile
  60. [INFO] | | \- org.springframework:spring-jdbc:jar:5.3.16:compile
  61. [INFO] | +- jakarta.transaction:jakarta.transaction-api:jar:1.3.3:compile
  62. [INFO] | +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
  63. [INFO] | +- org.hibernate:hibernate-core:jar:5.6.5.Final:compile
  64. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.3.Final:compile
  65. [INFO] | | +- net.bytebuddy:byte-buddy:jar:1.11.22:compile
  66. [INFO] | | +- antlr:antlr:jar:2.7.7:compile
  67. [INFO] | | +- org.jboss:jandex:jar:2.4.2.Final:compile
  68. [INFO] | | +- com.fasterxml:classmate:jar:1.5.1:compile
  69. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:5.1.2.Final:compile
  70. [INFO] | | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.6:compile
  71. [INFO] | | +- org.glassfish.jaxb:txw2:jar:2.3.6:compile
  72. [INFO] | | +- com.sun.istack:istack-commons-runtime:jar:3.0.12:compile
  73. [INFO] | | \- com.sun.activation:jakarta.activation:jar:1.2.2:runtime
  74. [INFO] | +- org.springframework.data:spring-data-jpa:jar:2.6.2:compile
  75. [INFO] | | +- org.springframework.data:spring-data-commons:jar:2.6.2:compile
  76. [INFO] | | \- org.springframework:spring-orm:jar:5.3.16:compile
  77. [INFO] | \- org.springframework:spring-aspects:jar:5.3.16:compile
  78. [INFO] +- org.postgresql:postgresql:jar:42.3.3:runtime
  79. [INFO] | \- org.checkerframework:checker-qual:jar:3.5.0:runtime
  80. [INFO] +- javax.servlet:javax.servlet-api:jar:4.0.1:compile
  81. [INFO] +- com.twilio.sdk:twilio:jar:8.0.0:compile
  82. [INFO] | +- commons-io:commons-io:jar:2.7:compile
  83. [INFO] | +- io.jsonwebtoken:jjwt-api:jar:0.11.2:compile
  84. [INFO] | +- io.jsonwebtoken:jjwt-jackson:jar:0.11.2:compile
  85. [INFO] | +- io.jsonwebtoken:jjwt-impl:jar:0.11.2:runtime
  86. [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
  87. [INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.15:compile
  88. [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.1:compile
  89. [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1:compile
  90. [INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.13.1:compile
  91. [INFO] +- com.googlecode.libphonenumber:libphonenumber:jar:8.12.11:compile
  92. [INFO] +- commons-codec:commons-codec:jar:1.15:compile
  93. [INFO] +- com.sun.net.httpserver:http:jar:20070405:compile
  94. [INFO] +- javax.xml.bind:jaxb-api:jar:2.3.1:compile
  95. [INFO] | \- javax.activation:javax.activation-api:jar:1.2.0:compile
  96. [INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.13.1:compile
  97. [INFO] | +- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
  98. [INFO] | \- com.fasterxml.woodstox:woodstox-core:jar:6.2.7:compile
  99. [INFO] +- com.google.code.gson:gson:jar:2.8.9:compile
  100. [INFO] +- org.bitbucket.cowwoc:diff-match-patch:jar:1.2:compile
  101. [INFO] +- org.apache.poi:poi:jar:5.0.0:compile
  102. [INFO] | +- org.slf4j:slf4j-api:jar:1.7.36:compile
  103. [INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.36:compile
  104. [INFO] | +- org.apache.commons:commons-collections4:jar:4.4:compile
  105. [INFO] | +- org.apache.commons:commons-math3:jar:3.6.1:compile
  106. [INFO] | \- com.zaxxer:SparseBitSet:jar:1.2:compile
  107. [INFO] +- org.apache.tika:tika-core:jar:2.1.0:compile
  108. [INFO] \- com.vladmihalcea:hibernate-types-52:jar:2.11.1:compile
  109. [INFO] \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.1:compile
  110. [INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
  111. [INFO] \- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
  112. [INFO]
  113.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement