You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
426 B
12 lines
426 B
apply plugin: 'io.spring.convention.spring-sample' |
|
|
|
dependencies { |
|
compile project(':spring-security-config') |
|
compile project(':spring-security-data') |
|
compile 'javax.validation:validation-api' |
|
compile 'org.eclipse.persistence:javax.persistence' |
|
compile 'org.hibernate:hibernate-entitymanager' |
|
compile 'org.hibernate:hibernate-validator' |
|
compile 'org.hsqldb:hsqldb' |
|
compile 'org.springframework.data:spring-data-jpa' |
|
}
|
|
|