36 |
</dependency> |
</dependency> |
37 |
|
|
38 |
<dependency> |
<dependency> |
39 |
<groupId>jfree</groupId> |
<groupId>org.jfree</groupId> |
40 |
<artifactId>jfreechart</artifactId> |
<artifactId>jfreechart</artifactId> |
41 |
<version>1.0.13</version> |
<version>1.0.14</version> |
42 |
<scope>compile</scope> |
<scope>compile</scope> |
43 |
|
<exclusions> |
44 |
|
<exclusion> |
45 |
|
<groupId>com.lowagie</groupId> |
46 |
|
<artifactId>itext</artifactId> |
47 |
|
</exclusion> |
48 |
|
</exclusions> |
49 |
</dependency> |
</dependency> |
50 |
|
|
51 |
<dependency> |
<dependency> |
94 |
</profile> |
</profile> |
95 |
</profiles> |
</profiles> |
96 |
|
|
97 |
|
<build> |
98 |
|
<pluginManagement> |
99 |
|
<plugins> |
100 |
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
101 |
|
<plugin> |
102 |
|
<groupId>org.eclipse.m2e</groupId> |
103 |
|
<artifactId>lifecycle-mapping</artifactId> |
104 |
|
<version>1.0.0</version> |
105 |
|
<configuration> |
106 |
|
<lifecycleMappingMetadata> |
107 |
|
<pluginExecutions> |
108 |
|
<pluginExecution> |
109 |
|
<pluginExecutionFilter> |
110 |
|
<groupId> |
111 |
|
org.codehaus.mojo |
112 |
|
</groupId> |
113 |
|
<artifactId> |
114 |
|
exec-maven-plugin |
115 |
|
</artifactId> |
116 |
|
<versionRange> |
117 |
|
[1.2,) |
118 |
|
</versionRange> |
119 |
|
<goals> |
120 |
|
<goal>java</goal> |
121 |
|
</goals> |
122 |
|
</pluginExecutionFilter> |
123 |
|
<action> |
124 |
|
<ignore></ignore> |
125 |
|
</action> |
126 |
|
</pluginExecution> |
127 |
|
</pluginExecutions> |
128 |
|
</lifecycleMappingMetadata> |
129 |
|
</configuration> |
130 |
|
</plugin> |
131 |
|
</plugins> |
132 |
|
</pluginManagement> |
133 |
|
</build> |
134 |
</project> |
</project> |