Created
June 1, 2012 14:51
-
-
Save odrotbohm/2852669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compile - Classpath for compiling the main sources. | |
Download http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.1.RELEASE/spring-beans-3.1.1.RELEASE.pom | |
+--- org.slf4j:slf4j-api:1.6.4 [default] | |
+--- org.springframework:spring-context:3.1.1.RELEASE [default] | |
| +--- org.springframework:spring-aop:3.1.1.RELEASE [compile,master,runtime] | |
| | +--- aopalliance:aopalliance:1.0 [compile,master,runtime] | |
| | +--- org.springframework:spring-beans:3.2.0.M1 [compile,master,runtime] | |
| | | \--- org.springframework:spring-core:3.2.0.M1 [compile,master,runtime] | |
| | | \--- org.springframework:spring-asm:3.2.0.M1 [compile,master,runtime] | |
| | +--- org.springframework:spring-core:3.2.0.M1 [compile,master,runtime] (*) | |
| | \--- org.springframework:spring-asm:3.2.0.M1 [compile,master,runtime] (*) | |
| +--- org.springframework:spring-expression:3.1.1.RELEASE [compile,master,runtime] | |
| | \--- org.springframework:spring-core:3.2.0.M1 [compile,master,runtime] (*) | |
| +--- org.springframework:spring-beans:3.2.0.M1 [compile,master,runtime] (*) | |
| +--- org.springframework:spring-core:3.2.0.M1 [compile,master,runtime] (*) | |
| \--- org.springframework:spring-asm:3.2.0.M1 [compile,master,runtime] (*) | |
+--- org.springframework.data:spring-data-commons-core:1.3.0.RELEASE [default] | |
| +--- junit:junit-dep:4.8.2 [compile,master,runtime] | |
| | \--- org.hamcrest:hamcrest-core:1.1 [compile,master,runtime] | |
| \--- org.springframework:spring-beans:3.2.0.M1 [compile,master,runtime] (*) | |
+--- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final [default] | |
+--- org.springframework:spring-tx:3.1.1.RELEASE [default] | |
| +--- org.springframework:spring-context:3.1.1.RELEASE [compile,runtime,master] (*) | |
| +--- org.springframework:spring-aop:3.1.1.RELEASE [compile,master,runtime] (*) | |
| +--- aopalliance:aopalliance:1.0 [compile,master,runtime] (*) | |
| +--- org.springframework:spring-beans:3.2.0.M1 [compile,master,runtime] (*) | |
| \--- org.springframework:spring-core:3.2.0.M1 [compile,master,runtime] (*) | |
+--- org.springframework:spring-orm:3.1.1.RELEASE [default] | |
| +--- org.springframework:spring-tx:3.1.1.RELEASE [compile,runtime,master] (*) | |
| +--- org.springframework:spring-jdbc:3.1.1.RELEASE [compile,master,runtime] | |
| | +--- org.springframework:spring-tx:3.1.1.RELEASE [compile,master,runtime] (*) | |
| | +--- org.springframework:spring-beans:3.2.0.M1 [compile,master,runtime] (*) | |
| | \--- org.springframework:spring-core:3.2.0.M1 [compile,master,runtime] (*) | |
| +--- org.springframework:spring-beans:3.2.0.M1 [compile,master,runtime] (*) | |
| \--- org.springframework:spring-core:3.2.0.M1 [compile,master,runtime] (*) | |
+--- org.springframework:spring-beans:3.2.0.M1 [default] (*) | |
\--- org.springframework:spring-core:3.2.0.M1 [default] (*) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
springVersion = 3.1.1 | |
repositories { | |
mavenCentral() | |
maven { url "http://repo.springsource.org/libs-milestone" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment