Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

16 строки
876 B

  1. apply plugin: "java"
  2. description = ''
  3. dependencies {
  4. compile group: 'org.springframework', name: 'spring-web', version:'3.1.1.RELEASE'
  5. compile group: 'org.springframework', name: 'spring-webmvc', version:'3.1.1.RELEASE'
  6. compile group: 'org.springframework', name: 'spring-core', version:'3.1.1.RELEASE'
  7. compile group: 'org.springframework', name: 'spring-core', version:'3.1.1.RELEASE'
  8. compile group: 'com.itextpdf', name: 'itextpdf', version:'5.5.6'
  9. compile project(':easypoi-base')
  10. compile(group: 'javax.servlet', name: 'servlet-api', version:'2.5') {
  11. /* This dependency was originally in the Maven provided scope, but the project was not of type war.
  12. This behavior is not yet supported by Gradle, so this dependency has been converted to a compile dependency.
  13. Please review and delete this closure when resolved. */
  14. }
  15. }