<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jeecgframework.jimureport</groupId>
    <artifactId>jimureport-echarts-starter</artifactId>
    <version>2.1.1</version>
    <name>jimureport-echarts-starter</name>
    <url>https://jimureport.com</url>
    <description>jimureport echarts4java support jar</description>
    
    <licenses>
        <license>
            <name>GPL-3.0 license</name>
            <url>https://github.com/jeecgboot/JimuReport?tab=GPL-3.0-1-ov-file</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>jeecg</name>
            <email>jeecgos@163.com</email>
        </developer>
    </developers>
    <scm>
        <connection>scm:git:https://github.com/jeecgboot/jimureport.git</connection>
        <developerConnection>scm:git:https://github.com/jeecgboot/jimureport.git</developerConnection>
        <url>https://github.com/jeecgboot/jimureport</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>com.github.weisj</groupId>
            <artifactId>jsvg</artifactId>
            <version>1.7.0</version>
        </dependency>
    </dependencies>
</project>