Skip to content

Instantly share code, notes, and snippets.

@jaspercastillo
Created November 10, 2014 13:40
Show Gist options
  • Save jaspercastillo/f4ea562ba94e15c39485 to your computer and use it in GitHub Desktop.
Save jaspercastillo/f4ea562ba94e15c39485 to your computer and use it in GitHub Desktop.
com.quillbytes.scratch:quillbytes-spring-boot:jar:0.0.1-SNAPSHOT
+- org.springframework.boot:spring-boot-starter-web:jar:1.1.8.RELEASE:compile
| +- org.springframework.boot:spring-boot-starter:jar:1.1.8.RELEASE:compile
| | +- org.springframework.boot:spring-boot:jar:1.1.8.RELEASE:compile
| | +- org.springframework.boot:spring-boot-autoconfigure:jar:1.1.8.RELEASE:compile
| | +- org.springframework.boot:spring-boot-starter-logging:jar:1.1.8.RELEASE:compile
| | | +- org.slf4j:jcl-over-slf4j:jar:1.7.7:compile
| | | | \- org.slf4j:slf4j-api:jar:1.7.7:compile
| | | +- org.slf4j:jul-to-slf4j:jar:1.7.7:compile
| | | +- org.slf4j:log4j-over-slf4j:jar:1.7.7:compile
| | | \- ch.qos.logback:logback-classic:jar:1.1.2:compile
| | | \- ch.qos.logback:logback-core:jar:1.1.2:compile
| | \- org.yaml:snakeyaml:jar:1.13:runtime
| +- org.springframework.boot:spring-boot-starter-tomcat:jar:1.1.8.RELEASE:compile
| | +- org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.55:compile
| | +- org.apache.tomcat.embed:tomcat-embed-el:jar:7.0.55:compile
| | \- org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:7.0.55:compile
| +- com.fasterxml.jackson.core:jackson-databind:jar:2.3.4:compile
| | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0:compile
| | \- com.fasterxml.jackson.core:jackson-core:jar:2.3.4:compile
| +- org.hibernate:hibernate-validator:jar:5.0.3.Final:compile
| | +- javax.validation:validation-api:jar:1.1.0.Final:compile
| | +- org.jboss.logging:jboss-logging:jar:3.1.1.GA:compile
| | \- com.fasterxml:classmate:jar:1.0.0:compile
| +- org.springframework:spring-core:jar:4.0.7.RELEASE:compile
| +- org.springframework:spring-web:jar:4.0.7.RELEASE:compile
| | +- org.springframework:spring-aop:jar:4.0.7.RELEASE:compile
| | | \- aopalliance:aopalliance:jar:1.0:compile
| | +- org.springframework:spring-beans:jar:4.0.7.RELEASE:compile
| | \- org.springframework:spring-context:jar:4.0.7.RELEASE:compile
| \- org.springframework:spring-webmvc:jar:4.0.7.RELEASE:compile
| \- org.springframework:spring-expression:jar:4.0.7.RELEASE:compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment