|
|
|
@ -3,15 +3,10 @@
|
|
|
|
|
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> |
|
|
|
|
<!--<parent> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>com.fr.plugin</groupId> |
|
|
|
|
<artifactId>starter</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</parent>--> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>com.fr.maven</groupId> |
|
|
|
|
<artifactId>finereport-maven</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</parent> |
|
|
|
|
<artifactId>demo-chart-pie</artifactId> |
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|