diff --git a/data/pom.xml b/data/pom.xml new file mode 100644 index 0000000000..da28d2bdc2 --- /dev/null +++ b/data/pom.xml @@ -0,0 +1,120 @@ + + + 4.0.0 + org.springframework.security + spring-security-data + 4.0.0.CI-SNAPSHOT + spring-security-data + spring-security-data + http://spring.io/spring-security + + spring.io + http://spring.io/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@gopivotal.com + + + + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security + + + + + maven-compiler-plugin + + 1.7 + 1.7 + + + + + + + spring-snasphot + https://repo.spring.io/snapshot + + + + + org.springframework.data + spring-data-commons + 1.9.0.M1 + compile + + + org.springframework.security + spring-security-core + 4.0.0.CI-SNAPSHOT + compile + + + org.springframework + spring-core + 4.1.0.BUILD-SNAPSHOT + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.11 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.9.5 + test + + + org.slf4j + jcl-over-slf4j + 1.7.5 + test + + + org.springframework + spring-test + 4.1.0.BUILD-SNAPSHOT + test + + + diff --git a/samples/data-jc/pom.xml b/samples/data-jc/pom.xml new file mode 100644 index 0000000000..d0c1e48ff5 --- /dev/null +++ b/samples/data-jc/pom.xml @@ -0,0 +1,156 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-data-jc + 4.0.0.CI-SNAPSHOT + spring-security-samples-data-jc + spring-security-samples-data-jc + http://spring.io/spring-security + + spring.io + http://spring.io/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@gopivotal.com + + + + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security + + + + + maven-compiler-plugin + + 1.7 + 1.7 + + + + + + + spring-snasphot + https://repo.spring.io/snapshot + + + + + javax.validation + validation-api + 1.0.0.GA + compile + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.0.Final + compile + + + org.hibernate + hibernate-entitymanager + 3.6.10.Final + compile + + + org.hibernate + hibernate-validator + 4.2.0.Final + compile + + + org.hsqldb + hsqldb + 2.2.8 + compile + + + org.springframework.data + spring-data-jpa + 1.7.0.M1 + compile + + + org.springframework.security + spring-security-config + 4.0.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-data + 4.0.0.CI-SNAPSHOT + compile + + + org.springframework + spring-core + 4.1.0.BUILD-SNAPSHOT + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.11 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.9.5 + test + + + org.slf4j + jcl-over-slf4j + 1.7.5 + test + + + org.springframework + spring-test + 4.1.0.BUILD-SNAPSHOT + test + + +