Advertisement
Guest User

Untitled

a guest
Sep 18th, 2016
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. ERROR StatusLogger Log4j2 could not find a logging implementation.
  2. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
  3.  
  4. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ musikkjulekalender ---
  5. [INFO] no.saiboten:musikkjulekalender:war:1.0-SNAPSHOT
  6. [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:1.4.0.RELEASE:compile
  7. [INFO] | +- org.hibernate:hibernate-validator:jar:5.2.4.Final:compile
  8. [INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
  9. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
  10. [INFO] | | - com.fasterxml:classmate:jar:1.3.1:compile
  11. [INFO] | +- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  12. [INFO] | - org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  13. [INFO] +- org.springframework.boot:spring-boot-starter-jetty:jar:1.4.0.RELEASE:compile
  14. [INFO] | +- org.eclipse.jetty:jetty-servlets:jar:9.3.11.v20160721:compile
  15. [INFO] | | +- org.eclipse.jetty:jetty-continuation:jar:9.3.11.v20160721:compile
  16. [INFO] | | +- org.eclipse.jetty:jetty-http:jar:9.3.11.v20160721:compile
  17. [INFO] | | - org.eclipse.jetty:jetty-io:jar:9.3.11.v20160721:compile
  18. [INFO] | +- org.eclipse.jetty:jetty-webapp:jar:9.3.11.v20160721:compile
  19. [INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.3.11.v20160721:compile
  20. [INFO] | | - org.eclipse.jetty:jetty-servlet:jar:9.3.11.v20160721:compile
  21. [INFO] | | - org.eclipse.jetty:jetty-security:jar:9.3.11.v20160721:compile
  22. [INFO] | +- org.eclipse.jetty.websocket:websocket-server:jar:9.3.11.v20160721:compile
  23. [INFO] | | +- org.eclipse.jetty.websocket:websocket-common:jar:9.3.11.v20160721:compile
  24. [INFO] | | | - org.eclipse.jetty.websocket:websocket-api:jar:9.3.11.v20160721:compile
  25. [INFO] | | +- org.eclipse.jetty.websocket:websocket-client:jar:9.3.11.v20160721:compile
  26. [INFO] | | - org.eclipse.jetty.websocket:websocket-servlet:jar:9.3.11.v20160721:compile
  27. [INFO] | - org.eclipse.jetty.websocket:javax-websocket-server-impl:jar:9.3.11.v20160721:compile
  28. [INFO] | +- org.eclipse.jetty:jetty-annotations:jar:9.3.11.v20160721:compile
  29. [INFO] | | +- org.eclipse.jetty:jetty-plus:jar:9.3.11.v20160721:compile
  30. [INFO] | | +- javax.annotation:javax.annotation-api:jar:1.2:compile
  31. [INFO] | | +- org.ow2.asm:asm:jar:5.0.1:compile
  32. [INFO] | | - org.ow2.asm:asm-commons:jar:5.0.1:compile
  33. [INFO] | | - org.ow2.asm:asm-tree:jar:5.0.1:compile
  34. [INFO] | +- org.eclipse.jetty.websocket:javax-websocket-client-impl:jar:9.3.11.v20160721:compile
  35. [INFO] | - javax.websocket:javax.websocket-api:jar:1.0:compile
  36. [INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:1.4.0.RELEASE:compile
  37. [INFO] | +- org.springframework.boot:spring-boot-starter-aop:jar:1.4.0.RELEASE:compile
  38. [INFO] | | - org.aspectj:aspectjweaver:jar:1.8.9:compile
  39. [INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:1.4.0.RELEASE:compile
  40. [INFO] | | +- org.apache.tomcat:tomcat-jdbc:jar:8.5.4:compile
  41. [INFO] | | | - org.apache.tomcat:tomcat-juli:jar:8.5.4:compile
  42. [INFO] | | - org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  43. [INFO] | +- org.hibernate:hibernate-core:jar:5.0.9.Final:compile
  44. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  45. [INFO] | | +- org.javassist:javassist:jar:3.20.0-GA:compile
  46. [INFO] | | +- antlr:antlr:jar:2.7.7:compile
  47. [INFO] | | +- org.jboss:jandex:jar:2.0.0.Final:compile
  48. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  49. [INFO] | | | - xml-apis:xml-apis:jar:1.4.01:compile
  50. [INFO] | | - org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
  51. [INFO] | +- org.hibernate:hibernate-entitymanager:jar:5.0.9.Final:compile
  52. [INFO] | +- javax.transaction:javax.transaction-api:jar:1.2:compile
  53. [INFO] | - org.springframework:spring-aspects:jar:4.3.2.RELEASE:compile
  54. [INFO] +- com.h2database:h2:jar:1.4.192:compile
  55. [INFO] +- org.springframework.boot:spring-boot-starter-test:jar:1.4.0.RELEASE:test
  56. [INFO] | +- org.springframework.boot:spring-boot-test:jar:1.4.0.RELEASE:test
  57. [INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:1.4.0.RELEASE:test
  58. [INFO] | +- com.jayway.jsonpath:json-path:jar:2.2.0:test
  59. [INFO] | | - net.minidev:json-smart:jar:2.2.1:test
  60. [INFO] | | - net.minidev:accessors-smart:jar:1.1:test
  61. [INFO] | +- org.assertj:assertj-core:jar:2.5.0:test
  62. [INFO] | +- org.mockito:mockito-core:jar:1.10.19:test
  63. [INFO] | | - org.objenesis:objenesis:jar:2.1:test
  64. [INFO] | +- org.hamcrest:hamcrest-core:jar:1.3:compile
  65. [INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:test
  66. [INFO] | +- org.skyscreamer:jsonassert:jar:1.3.0:test
  67. [INFO] | | - org.json:json:jar:20140107:test
  68. [INFO] | +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  69. [INFO] | - org.springframework:spring-test:jar:4.3.2.RELEASE:test
  70. [INFO] +- org.springframework.boot:spring-boot-starter:jar:1.4.0.RELEASE:compile
  71. [INFO] | +- org.springframework.boot:spring-boot:jar:1.4.0.RELEASE:compile
  72. [INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:1.4.0.RELEASE:compile
  73. [INFO] | - org.yaml:snakeyaml:jar:1.17:runtime
  74. [INFO] +- org.springframework.boot:spring-boot-starter-log4j2:jar:1.4.0.RELEASE:compile
  75. [INFO] | +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.6.2:compile
  76. [INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile
  77. [INFO] | - org.slf4j:jul-to-slf4j:jar:1.7.21:compile
  78. [INFO] +- org.apache.logging.log4j:log4j-api:jar:2.6.2:compile
  79. [INFO] +- org.apache.logging.log4j:log4j-core:jar:2.6.2:compile
  80. [INFO] +- org.apache.commons:commons-lang3:jar:3.3.2:compile
  81. [INFO] +- org.mongodb:mongo-java-driver:jar:2.12.4:compile
  82. [INFO] +- org.springframework.data:spring-data-mongodb:jar:1.9.2.RELEASE:compile
  83. [INFO] | +- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  84. [INFO] | +- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  85. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  86. [INFO] | +- org.springframework:spring-expression:jar:4.3.2.RELEASE:compile
  87. [INFO] | +- org.springframework.data:spring-data-commons:jar:1.12.2.RELEASE:compile
  88. [INFO] | - org.slf4j:slf4j-api:jar:1.7.21:compile
  89. [INFO] +- com.google.api-client:google-api-client:jar:1.18.0-rc:compile
  90. [INFO] +- com.google.http-client:google-http-client-jackson2:jar:1.18.0-rc:compile
  91. [INFO] | - com.google.http-client:google-http-client:jar:1.18.0-rc:compile
  92. [INFO] +- com.google.oauth-client:google-oauth-client:jar:1.18.0-rc:compile
  93. [INFO] | - com.google.code.findbugs:jsr305:jar:1.3.9:compile
  94. [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.8.2:compile
  95. [INFO] | - com.fasterxml.jackson.core:jackson-annotations:jar:2.8.1:compile
  96. [INFO] +- com.google.apis:google-api-services-oauth2:jar:v2-rev81-1.19.0:compile
  97. [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.8.2:compile
  98. [INFO] +- org.mongodb.morphia:morphia:jar:0.107:compile
  99. [INFO] +- org.springframework.security:spring-security-web:jar:4.1.1.RELEASE:compile
  100. [INFO] | +- aopalliance:aopalliance:jar:1.0:compile
  101. [INFO] | - org.springframework.security:spring-security-core:jar:4.1.1.RELEASE:compile
  102. [INFO] +- org.springframework.security:spring-security-config:jar:4.1.1.RELEASE:compile
  103. [INFO] | - org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  104. [INFO] +- org.springframework.social:spring-social-config:jar:1.1.4.RELEASE:compile
  105. [INFO] | - org.springframework.social:spring-social-web:jar:1.1.4.RELEASE:compile
  106. [INFO] | - javax.inject:javax.inject:jar:1:compile
  107. [INFO] +- org.springframework.social:spring-social-core:jar:1.1.4.RELEASE:compile
  108. [INFO] +- org.springframework.social:spring-social-facebook:jar:2.0.3.RELEASE:compile
  109. [INFO] +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile
  110. [INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.5:compile
  111. [INFO] | - commons-codec:commons-codec:jar:1.10:compile
  112. [INFO] +- org.mockito:mockito-all:jar:1.10.8:compile
  113. [INFO] +- junit:junit:jar:4.11:compile
  114. [INFO] +- org.eclipse.jetty:apache-jsp:jar:9.3.11.v20160721:provided
  115. [INFO] | +- org.eclipse.jetty:jetty-util:jar:9.3.11.v20160721:compile
  116. [INFO] | +- org.eclipse.jetty:jetty-server:jar:9.3.11.v20160721:compile
  117. [INFO] | +- org.eclipse.jetty.toolchain:jetty-schemas:jar:3.1:provided
  118. [INFO] | +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
  119. [INFO] | +- org.mortbay.jasper:apache-jsp:jar:8.0.33:provided
  120. [INFO] | | - org.mortbay.jasper:apache-el:jar:8.0.33:provided
  121. [INFO] | - org.eclipse.jdt.core.compiler:ecj:jar:4.4.2:provided
  122. [INFO] +- javax.servlet:jstl:jar:1.2:compile
  123. [INFO] +- org.springframework.data:spring-data-jpa:jar:1.10.2.RELEASE:compile
  124. [INFO] | +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  125. [INFO] | - org.aspectj:aspectjrt:jar:1.8.9:compile
  126. [INFO] +- postgresql:postgresql:jar:9.1-901-1.jdbc4:compile
  127. [INFO] - joda-time:joda-time:jar:2.9.4:compile
  128.  
  129. <?xml version="1.0" encoding="UTF-8"?>
  130. <Configuration>
  131. <Appenders>
  132. <Console name="STDOUT" target="SYSTEM_OUT">
  133. <PatternLayout pattern="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
  134. </Console>
  135. </Appenders>
  136. <Loggers>
  137. <Logger name="org.apache.log4j.xml" level="info"/>
  138. <Root level="debug">
  139. <AppenderRef ref="STDOUT"/>
  140. </Root>
  141. </Loggers>
  142. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement