/[schmitzm]/trunk/schmitzm-jfree/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-jfree/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1944 by alfonx, Sat Apr 14 17:25:28 2012 UTC revision 2231 by alfonx, Fri Feb 15 08:07:22 2013 UTC
# Line 2  Line 2 
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3          <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
4    
         <groupId>de.schmitzm</groupId>  
5          <artifactId>schmitzm-jfree</artifactId>          <artifactId>schmitzm-jfree</artifactId>
         <version>2.7-SNAPSHOT</version>  
6          <packaging>jar</packaging>          <packaging>jar</packaging>
7    
8          <name>schmitzm-jfree</name>          <name>schmitzm-jfree</name>
# Line 13  Line 11 
11          <parent>          <parent>
12                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
13                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
14                  <version>2.7-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
15                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
16          </parent>          </parent>
17    
# Line 36  Line 34 
34                  </dependency>                  </dependency>
35                                    
36                  <dependency>                  <dependency>
37                          <groupId>jfree</groupId>                          <groupId>org.jfree</groupId>
38                          <artifactId>jfreechart</artifactId>                          <artifactId>jfreechart</artifactId>
39                          <version>1.0.14</version>                          <version>1.0.14</version>
40                          <scope>compile</scope>                          <scope>compile</scope>
41                            <exclusions>
42                                    <exclusion>
43                                            <groupId>com.lowagie</groupId>
44                                            <artifactId>itext</artifactId>
45                                    </exclusion>
46                            </exclusions>
47                  </dependency>                  </dependency>
48    
49                  <dependency>                  <dependency>
# Line 125  Line 129 
129                          </plugins>                          </plugins>
130                  </pluginManagement>                  </pluginManagement>
131          </build>          </build>
132    
133    
134    
135      <repositories>
136       <repository>
137          <id>opengeo</id>
138          <name>OpenGeo Maven Repository</name>
139          <snapshots>
140            <enabled>true</enabled>
141          </snapshots>
142          <url>http://repo.opengeo.org/</url>
143        </repository>
144      </repositories>
145    
146  </project>  </project>

Legend:
Removed from v.1944  
changed lines
  Added in v.2231

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26