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

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

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

revision 1948 by alfonx, Sun Apr 15 11:02:04 2012 UTC revision 2393 by alfonx, Tue Oct 8 20:10:12 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-gt</artifactId>          <artifactId>schmitzm-gt</artifactId>
         <version>2.7-SNAPSHOT</version>  
6          <packaging>jar</packaging>          <packaging>jar</packaging>
7    
8          <parent>          <parent>
9                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
10                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
11                  <version>2.7-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
12                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
13          </parent>          </parent>
14    
# Line 60  Line 58 
58                  </dependency>                  </dependency>
59    
60                  <dependency>                  <dependency>
                         <groupId>org.geotools</groupId>  
                         <artifactId>gt-charts</artifactId>  
                         <version>${geotools.version}</version>  
                         <type>jar</type>  
                         <scope>compile</scope>  
                 </dependency>  
   
                 <dependency>  
61                          <groupId>org.geotools.xsd</groupId>                          <groupId>org.geotools.xsd</groupId>
62                          <artifactId>gt-xsd-sld</artifactId>                          <artifactId>gt-xsd-sld</artifactId>
63                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
# Line 177  Line 167 
167                          <exclusions>                          <exclusions>
168                                  <exclusion>                                  <exclusion>
169                                          <!-- Das kommt ueber schmitzm-db -->                                          <!-- Das kommt ueber schmitzm-db -->
170                                            <groupId>org.postgresql</groupId>
171                                            <artifactId>postgresql</artifactId>
172                                    </exclusion>
173                                    
174                                    <exclusion>
175                                            <!-- Das kommt ueber schmitzm-db -->
176                                          <groupId>postgresql</groupId>                                          <groupId>postgresql</groupId>
177                                          <artifactId>postgresql</artifactId>                                          <artifactId>postgresql</artifactId>
178                                  </exclusion>                                  </exclusion>
179                                    
180                          </exclusions>                          </exclusions>
181                  </dependency>                  </dependency>
182    

Legend:
Removed from v.1948  
changed lines
  Added in v.2393

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26