Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created December 28, 2016 08:01
Show Gist options
  • Save Opalo/063357d666acc94e6754a9c2ce90bf4b to your computer and use it in GitHub Desktop.
Save Opalo/063357d666acc94e6754a9c2ce90bf4b to your computer and use it in GitHub Desktop.
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
compile "org.springframework:spring-core:3.2.9.RELEASE"
compile "org.springframework:spring-beans:3.2.9.RELEASE"
compile "org.springframework:spring-context:3.2.9.RELEASE"
//
// JasperReports
//
compile group: 'org.olap4j', name: 'olap4j', version: '1.2.0'
compile group: 'org.codehaus.castor', name: 'castor-xml', version: '1.4.1'
compile ('net.sf.jasperreports:jasperreports:6.3.0') {
exclude group: 'org.codehaus.castor'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment