Advertisement
Guest User

Maven Commons Logging Issue dependency tree

a guest
Mar 21st, 2011
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.54 KB | None | 0 0
  1. /Users/arun/workspace/MavenJCLExclude>mvn dependency:tree
  2. [INFO] Scanning for projects...
  3. [INFO] Searching repository for plugin with prefix: 'dependency'.
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building Unnamed - com.incentica:MavenJCLExclude:jar:0.0.1-SNAPSHOT
  6. [INFO]    task-segment: [dependency:tree]
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] [dependency:tree {execution: default-cli}]
  9. [INFO] com.incentica:MavenJCLExclude:jar:0.0.1-SNAPSHOT
  10. [INFO] +- commons-logging:commons-logging:jar:1.1.1:compile
  11. [INFO] +- commons-logging:commons-logging-api:jar:99.0-does-not-exist:compile
  12. [INFO] +- com.amazonaws:aws-java-sdk:jar:1.1.8:compile
  13. [INFO] |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
  14. [INFO] |  +- commons-codec:commons-codec:jar:1.3:compile
  15. [INFO] |  +- org.codehaus.jackson:jackson-core-asl:jar:1.7.4:compile
  16. [INFO] |  +- javax.mail:mail:jar:1.4.1:compile
  17. [INFO] |  |  \- javax.activation:activation:jar:1.1:compile
  18. [INFO] |  \- stax:stax-api:jar:1.0.1:compile
  19. [INFO] +- org.slf4j:slf4j-api:jar:1.6.1:compile
  20. [INFO] \- org.slf4j:jcl-over-slf4j:jar:1.6.1:compile
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] BUILD SUCCESSFUL
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] Total time: 1 second
  25. [INFO] Finished at: Mon Mar 21 21:03:14 PDT 2011
  26. [INFO] Final Memory: 17M/81M
  27. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement