jasper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.jellycat.plugins</groupId> <artifactId>jasper</artifactId> <version>2.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.jellycat.plugins</groupId> <artifactId>jasper</artifactId> <version>2.2.1</version> <packaging>pom</packaging> <name>JasperReports Grails Plugin</name> <description>This plugin adds easy support for launching JasperReports from GSP pages and provides services and controllers for generating reports.</description> <url>https://github.com/daraii/grails-jasper</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>daraii</id> <name>AN (Daraii)</name> <email>daraii@jellycat.io</email> </developer> </developers> <scm> <connection>scm:git://github.com:daraii/grails-jasper.git</connection> <developerConnection>scm:git://github.com:daraii/grails-jasper.git</developerConnection> <url>https://github.com/daraii/grails-jasper</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-core</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-web-boot</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-logging</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-rest</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-databinding</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-i18n</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-services</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-url-mappings</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-interceptors</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>cache</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>async</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>scaffolding</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>gsp</artifactId> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.7</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>6.20.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>xercesImpl</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-svggen</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>xml-apis</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jaxen</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-awt-util</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>olap4j</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>hibernate</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>javax.persistence-api</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bcmail-jdk14</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-css</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>barbecue</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>saaj-api</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-dom</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-util</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bctsp-jdk14</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>xmlParserAPIs</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>spring-core</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>jdtcore</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-bridge</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>xalan</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>commons-logging</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-script</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bctsp-jdk16</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>spring-beans</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>mondrian</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>commons-javaflow</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>ant</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>antlr</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bcprov-jdk14</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bcprov-jdk16</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>xml-apis-ext</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-gvt</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bcmail-jdk16</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-svg-dom</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>barcode4j</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>groovy-all</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>bsh</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>xmlbeans</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>servlet-api</artifactId> <groupId>*</groupId> </exclusion> <exclusion> <artifactId>batik-xml</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.10-FINAL</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-ant</artifactId> <version>2.4.7</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.bertramlabs.plugins</groupId> <artifactId>asset-pipeline-grails</artifactId> <version>3.3.4</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>hibernate5</artifactId> <version>7.2.1</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>slf4j-simple</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.grails</groupId> <artifactId>grails-bom</artifactId> <version>5.1.9</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.6.6</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>